diff options
Diffstat (limited to 'community/mashup/PKGBUILD')
-rw-r--r-- | community/mashup/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/mashup/PKGBUILD b/community/mashup/PKGBUILD index 6228acf07..6dfd64c16 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') @@ -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 } + |