Created
June 3, 2014 13:29
-
-
Save devsr/c70496c697007944d393 to your computer and use it in GitHub Desktop.
PKGBUILD patch for AUR mail-notification-5.4-10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- PKGBUILD.orig 2012-10-27 12:55:25.000000000 -0400 | |
+++ PKGBUILD 2014-06-03 09:19:20.109161553 -0400 | |
@@ -27,7 +27,8 @@ | |
mail-notification-5.4-gtk3-support.patch | |
mail-notification-5.4-add-fallback-icon.patch | |
mail-notification-5.4-gmime.patch | |
- mail-notification-5.4-libx11.patch) | |
+ mail-notification-5.4-libx11.patch | |
+ mail-notification-dont-link-against-bsd-compat.patch ) | |
md5sums=('c8dc33a61251acb5474e56eab6b18f43' | |
'6007bc30e789dab0a8282038e0335eb9' | |
'9cadd61bbd9c324b2916ec980231e0f2' | |
@@ -43,7 +44,8 @@ | |
'1ba948759110787dd57097cff157b75a' | |
'09df61b4dc29c676ac81ff9054e840ac' | |
'0944695e9b9b30f39028f85c83c6a7e2' | |
- 'c3f643ef16aab3b4fe9ff5b333bff41a') | |
+ 'c3f643ef16aab3b4fe9ff5b333bff41a' | |
+ '715b95399afe06c5b41f3bd1cb436ecb') | |
build() { | |
cd "${srcdir}/${pkgname}-${pkgver}" | |
@@ -63,10 +65,12 @@ | |
patch -Np0 -i "${srcdir}/mail-notification-5.4-add-fallback-icon.patch" | |
patch -Np1 -i "${srcdir}/mail-notification-5.4-gmime.patch" | |
patch -Np1 -i "${srcdir}/mail-notification-5.4-libx11.patch" | |
+ patch -Np0 -i "${srcdir}/mail-notification-dont-link-against-bsd-compat.patch" | |
gtk-builder-convert ui/mailbox-properties-dialog.glade ui/mailbox-properties-dialog.ui | |
gtk-builder-convert ui/properties-dialog.glade ui/properties-dialog.ui | |
+ jb_cppflags=-Wno-error \ | |
./jb configure prefix=/usr sysconfdir=/etc \ | |
localstatedir=/var destdir="${pkgdir}" \ | |
gconf-schemas-dir=/etc/gconf/schemas install-gconf-schemas=no \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment