mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libgnomeprintui: Updated for version 2.18.4
This commit is contained in:
parent
c83a135bb7
commit
2b1010ec3c
2 changed files with 3 additions and 1 deletions
|
@ -86,4 +86,4 @@ mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="libgnomeprintui"
|
||||||
VERSION="2.18.4"
|
VERSION="2.18.4"
|
||||||
HOMEPAGE="http://www.gnome.org"
|
HOMEPAGE="http://www.gnome.org"
|
||||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.4.tar.bz2"
|
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.4.tar.bz2"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM="e76d763f6279b900a63e5fb2909f8810"
|
MD5SUM="e76d763f6279b900a63e5fb2909f8810"
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="nobody"
|
MAINTAINER="nobody"
|
||||||
EMAIL="nobody"
|
EMAIL="nobody"
|
||||||
APPROVED="rworkman dsomero"
|
APPROVED="rworkman dsomero"
|
||||||
|
|
Loading…
Reference in a new issue