ksvnupdater: update to 1.2.5

This commit is contained in:
Bruce 2013-12-11 03:58:36 +00:00
parent abfbce0411
commit 3d88833efc
2 changed files with 44 additions and 0 deletions

33
ksvnupdater/PKGBUILD Normal file
View 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
}

View File

@ -0,0 +1,11 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}