mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:17:16 +08:00
ksvnupdater: update to 1.2.5
This commit is contained in:
parent
abfbce0411
commit
3d88833efc
33
ksvnupdater/PKGBUILD
Normal file
33
ksvnupdater/PKGBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
#
|
||||
# Apps packages for Chakra
|
||||
#
|
||||
# Maintinaer: Bruce Liu <brli@users.sourceforge.net>
|
||||
|
||||
pkgname=ksvnupdater
|
||||
pkgver=1.2.5
|
||||
pkgrel=1
|
||||
pkgdesc="ksvnupdater is a utility oriented to KDE translation teams."
|
||||
url="http://www.eloihr.net/ksvnupdater"
|
||||
license=('GPL')
|
||||
arch=('x86_64')
|
||||
depends=('qt' 'kdelibs')
|
||||
makedepends=('cmake' 'automoc4' 'pology' 'docbook-xsl')
|
||||
install=${pkgname}.install
|
||||
screeshot='http://www.eloihr.net/ksvnupdater/img/ksvnupdater_update.png'
|
||||
source=(http://www.eloihr.net/ksvnupdater/files/ksvnupdater-$pkgver.tar.bz2)
|
||||
md5sums=('82cb1fd54d62108d804158ad2e851375')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
||||
mkdir build && cd build
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ${srcdir}/${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
||||
|
11
ksvnupdater/ksvnupdater.install
Normal file
11
ksvnupdater/ksvnupdater.install
Normal file
@ -0,0 +1,11 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user