community/rmlint to 2.4.3-2

This commit is contained in:
Kevin Mihelich 2016-04-28 12:16:26 +00:00
parent c3ac989b64
commit 70956e67e4
2 changed files with 2 additions and 15 deletions

View file

@ -9,13 +9,13 @@
pkgbase=rmlint
pkgname=(rmlint rmlint-shredder)
pkgver=2.4.3
pkgrel=1
pkgrel=2
url="https://github.com/sahib/rmlint"
license=('GPL3')
arch=('i686' 'x86_64')
makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
'dconf' 'gtksourceview3' 'librsvg' 'xdg-utils')
'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils')
source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz")
sha256sums=('499c38449038c30b7704760d1251f0098fb28f6037e54c434ef24d6d18d0b5a5')
@ -46,7 +46,6 @@ package_rmlint-shredder() {
pkgdesc="Graphical user interface for rmlint"
depends=('rmlint' 'python-gobject' 'python-cairo' 'dconf' 'librsvg'
'gtksourceview3' 'xdg-utils')
install=rmlint-shredder.install
cd "$srcdir"/$pkgbase-$pkgver
scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr

View file

@ -1,12 +0,0 @@
post_install() {
glib-compile-schemas usr/share/glib-2.0/schemas
xdg-icon-resource forceupdate --theme hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}