mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 21:57:22 +08:00
appset-qt: bump to 0.7.1
This commit is contained in:
parent
b8b1007ebe
commit
e2bd7fac44
@ -12,21 +12,26 @@ license=('GPL2')
|
|||||||
depends=('qt>=4.7' 'kde-baseapps-konsole')
|
depends=('qt>=4.7' 'kde-baseapps-konsole')
|
||||||
optdepends=('ccr: For Community Repository support')
|
optdepends=('ccr: For Community Repository support')
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
source=("http://sourceforge.net/projects/appset/files/appset-qt/0.7/$pkgver/appset-qt-$pkgver-sources.tar.gz"
|
source=(http://sourceforge.net/projects/appset/files/appset-qt/0.7/0.7.1/appset-qt-0.7.1-sources.tar.gz
|
||||||
"http://chakra-linux.org/sources/$pkgname/appset-qt-oxygen-icons.tar.xz"
|
http://chakra.sourceforge.net/sources/$pkgname/appset-qt-oxygen-icons.tar.xz
|
||||||
"http://chakra-linux.org/sources/$pkgname/$pkgname-0.7.0-chakra.patch"
|
http://chakra.sourceforge.net/sources/$pkgname/$pkgname-0.7.1-chakra.patch
|
||||||
|
http://chakra.sourceforge.net/sources/$pkgname/revert-qt48.patch
|
||||||
|
)
|
||||||
|
md5sums=(83100d84a8735abd3a1cca4f6f1d3197
|
||||||
|
87f5f278e3fe67ed2cd6165c2835d81b
|
||||||
|
3c89d94eefdebcf2afc1cf1ca22521d7
|
||||||
|
eac478cde3bd3ece4610e9aea2aafe69
|
||||||
)
|
)
|
||||||
md5sums=('83100d84a8735abd3a1cca4f6f1d3197'
|
|
||||||
'87f5f278e3fe67ed2cd6165c2835d81b'
|
|
||||||
'9b6b473d2a2ff31457f0f6e9fe3d345f')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver-sources
|
cd $srcdir/$pkgname-0.7.1-sources
|
||||||
# copy oxygen icons
|
# copy oxygen icons
|
||||||
cp -v ../*png Qt/AppSet-Qt
|
cp -v ../*png Qt/AppSet-Qt
|
||||||
|
|
||||||
# patch it for Chakra GNU/Linux
|
# 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
|
# check for updated strings
|
||||||
cd Qt/AppSet-Qt
|
cd Qt/AppSet-Qt
|
||||||
@ -48,12 +53,12 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $srcdir/$pkgname-$pkgver-sources
|
cd $srcdir/$pkgname-0.7.1-sources
|
||||||
|
|
||||||
make INSTALL_ROOT="$pkgdir/" install
|
make INSTALL_ROOT="$pkgdir/" install
|
||||||
|
|
||||||
#helper daemon
|
#helper daemon
|
||||||
install -m 755 -d "$pkgdir/etc/rc.d" || return 1
|
install -m 755 -d "$pkgdir/etc/rc.d" || return 1
|
||||||
install -m 755 "$srcdir/$pkgname-$pkgver-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