summaryrefslogtreecommitdiff
path: root/community/mashup
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-20 09:17:42 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-20 09:17:42 +0200
commit200f01be5982c89e1687f033eeb2516367f92d6f (patch)
tree1a6e136f7fd568a0a1ea745759d6e671c7480d9c /community/mashup
parentdbcbecee7567515b70b8ecbe9830a722b7c26f7c (diff)
parent530e6e88786befa5d1bcd569e480f1b9fec5b102 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/nginx/PKGBUILD community/remmina/PKGBUILD extra/doxygen/PKGBUILD kde-unstable/libkgapi/PKGBUILD testing/psmisc/PKGBUILD
Diffstat (limited to 'community/mashup')
-rw-r--r--community/mashup/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/mashup/PKGBUILD b/community/mashup/PKGBUILD
index 7c326b432..91f998f70 100644
--- a/community/mashup/PKGBUILD
+++ b/community/mashup/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mashup
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc="Adjusting images on a sheet of paper for printing"
url="http://kornelix.squarespace.com/$pkgname"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,11 +11,12 @@ license=('GPL3')
depends=('gtk3')
replaces=('printoxx')
source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('9ce1e5b734a149e84e4dae366dc2c1c1')
+md5sums=('454b08e5589f93b3bdd4577c2578ae36')
build() {
cd $srcdir/$pkgname-$pkgver
sed -i 's+xdg-deskto+#xdg-deskto+' Makefile
+ sed -i 's/--libs gtk+-3.0/--libs gtk+-3.0 gthread-2.0/' Makefile
make PREFIX=/usr
}
@@ -26,3 +27,4 @@ package() {
rm $pkgdir/usr/share/applications/kornelix-$pkgname.desktop
rm $pkgdir/usr/share/doc/$pkgname/$pkgname.man
}
+