Date: Monday, May 23, 2016 @ 19:24:16 Author: arodseth Revision: 176143
upgpkg: winff 1.5.4-2 Modified: winff/trunk/PKGBUILD Deleted: winff/trunk/winff.install ---------------+ PKGBUILD | 13 ++++++------- winff.install | 14 -------------- 2 files changed, 6 insertions(+), 21 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-23 13:52:01 UTC (rev 176142) +++ PKGBUILD 2016-05-23 17:24:16 UTC (rev 176143) @@ -1,19 +1,18 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> -# Contributor: yugrotavele <yugrotavele at archlinux dot us> -# Contributor: Paolo Stivanin <admin AT polslinux DOT it> +# Maintainer: Alexander F Rødseth <[email protected]> +# Contributor: yugrotavele <[email protected]> +# Contributor: Paolo Stivanin <[email protected]> pkgname=winff pkgver=1.5.4 -pkgrel=1 +pkgrel=2 pkgdesc='GUI for ffmpeg' url='https://github.com/WinFF/winff/' license=('GPL3') arch=('x86_64' 'i686') -depends=('ffmpeg' 'gtk2' 'hicolor-icon-theme') +depends=('ffmpeg' 'gtk2') optdepends=('xterm: terminal emulator') makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar' 'git') -install='winff.install' source=("git://github.com/WinFF/winff.git#commit=86c3560848") md5sums=('SKIP') @@ -33,7 +32,7 @@ package() { cd "$pkgname/$pkgname" - + install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" install -d "$pkgdir/usr/share/winff/" find . -name "*.xml" \ Deleted: winff.install =================================================================== --- winff.install 2016-05-23 13:52:01 UTC (rev 176142) +++ winff.install 2016-05-23 17:24:16 UTC (rev 176143) @@ -1,14 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &>/dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et:
