mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 16:37:14 +08:00
appset: bump to 0.7.1
This commit is contained in:
parent
69cfb072e3
commit
a730277586
@ -3,7 +3,7 @@
|
||||
# Translators: http://chakra-project.org/bbs/viewtopic.php?pid=29626#p29626
|
||||
|
||||
pkgname=appset-qt
|
||||
pkgver=0.7.0
|
||||
pkgver=0.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="An advanced and feature rich Package Manager Frontend"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -12,22 +12,26 @@ license=('GPL2')
|
||||
depends=('qt>=4.7' 'kde-baseapps-konsole')
|
||||
optdepends=('ccr: For Community Repository support')
|
||||
install=${pkgname}.install
|
||||
source=(http://sourceforge.net/projects/appset/files/appset-qt/0.7/0.7.0/appset-qt-0.7.0-sources.tar.gz
|
||||
http://chakra-project.org/sources/$pkgname/appset-qt-oxygen-icons.tar.xz
|
||||
http://chakra-project.org/sources/$pkgname/$pkgname-0.7.0-chakra.patch
|
||||
source=(http://sourceforge.net/projects/appset/files/appset-qt/0.7/0.7.1/appset-qt-0.7.1-sources.tar.gz
|
||||
http://chakra.sourceforge.net/sources/$pkgname/appset-qt-oxygen-icons.tar.xz
|
||||
http://chakra.sourceforge.net/sources/$pkgname/$pkgname-0.7.1-chakra.patch
|
||||
http://chakra.sourceforge.net/sources/$pkgname/revert-qt48.patch
|
||||
)
|
||||
md5sums=(6c76c96a30972419bc64c64c71b7a35f
|
||||
md5sums=(83100d84a8735abd3a1cca4f6f1d3197
|
||||
87f5f278e3fe67ed2cd6165c2835d81b
|
||||
d236f4d2391acace22df0c8fa532ba52
|
||||
3c89d94eefdebcf2afc1cf1ca22521d7
|
||||
eac478cde3bd3ece4610e9aea2aafe69
|
||||
)
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-0.7.0-sources
|
||||
cd $srcdir/$pkgname-0.7.1-sources
|
||||
# copy oxygen icons
|
||||
cp -v ../*png Qt/AppSet-Qt
|
||||
|
||||
# patch it for Chakra GNU/Linux
|
||||
patch -Np1 -i ${startdir}/src/$pkgname-0.7.0-chakra.patch
|
||||
patch -Np1 -i ${startdir}/src/$pkgname-0.7.1-chakra.patch
|
||||
# revert 4.8 changes
|
||||
patch -Rp0 -i ${startdir}/src/revert-qt48.patch
|
||||
|
||||
# check for updated strings
|
||||
cd Qt/AppSet-Qt
|
||||
@ -49,12 +53,12 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-0.7.0-sources
|
||||
cd $srcdir/$pkgname-0.7.1-sources
|
||||
|
||||
make INSTALL_ROOT="$pkgdir/" install
|
||||
|
||||
#helper daemon
|
||||
install -m 755 -d "$pkgdir/etc/rc.d" || return 1
|
||||
install -m 755 "$srcdir/$pkgname-0.7.0-sources/AppSetHelper/appset-helper.sh" "$pkgdir/etc/rc.d/appset-helper"
|
||||
install -m 755 "$srcdir/$pkgname-0.7.1-sources/AppSetHelper/appset-helper.sh" "$pkgdir/etc/rc.d/appset-helper"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user