diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/packagekit/doinst.sh | 1 | ||||
-rw-r--r-- | system/packagekit/packagekit.SlackBuild | 3 | ||||
-rw-r--r-- | system/packagekit/packagekit.info | 8 |
3 files changed, 5 insertions, 7 deletions
diff --git a/system/packagekit/doinst.sh b/system/packagekit/doinst.sh index fa9fe022ef..4e39e9d043 100644 --- a/system/packagekit/doinst.sh +++ b/system/packagekit/doinst.sh @@ -14,7 +14,6 @@ config() { config etc/PackageKit/PackageKit.conf.new config etc/PackageKit/Vendor.conf.new config etc/PackageKit/CommandNotFound.conf.new -config etc/PackageKit/Katja.conf.new if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 diff --git a/system/packagekit/packagekit.SlackBuild b/system/packagekit/packagekit.SlackBuild index 7527471105..33c2dd3f99 100644 --- a/system/packagekit/packagekit.SlackBuild +++ b/system/packagekit/packagekit.SlackBuild @@ -26,7 +26,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="packagekit" -VERSION=${VERSION:-1.1.4} +VERSION=${VERSION:-1.1.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -98,7 +98,6 @@ for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i mv $PKG/etc/PackageKit/CommandNotFound.conf $PKG/etc/PackageKit/CommandNotFound.conf.new mv $PKG/etc/PackageKit/PackageKit.conf $PKG/etc/PackageKit/PackageKit.conf.new mv $PKG/etc/PackageKit/Vendor.conf $PKG/etc/PackageKit/Vendor.conf.new -mv $PKG/etc/PackageKit/Katja.conf $PKG/etc/PackageKit/Katja.conf.new find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done diff --git a/system/packagekit/packagekit.info b/system/packagekit/packagekit.info index c7f1732d6a..223c61a515 100644 --- a/system/packagekit/packagekit.info +++ b/system/packagekit/packagekit.info @@ -1,10 +1,10 @@ PRGNAM="packagekit" -VERSION="1.1.4" +VERSION="1.1.12" HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" -DOWNLOAD="https://www.freedesktop.org/software/PackageKit/releases/PackageKit-1.1.4.tar.xz" -MD5SUM="d1a000a33c7c935522af7a01dea012bf" +DOWNLOAD="https://www.freedesktop.org/software/PackageKit/releases/PackageKit-1.1.12.tar.xz" +MD5SUM="da8c9d81c886fae43047b3c006e9b4a8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="autoconf-archive" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" |