Date: Monday, May 23, 2016 @ 19:24:29 Author: arodseth Revision: 176144
archrelease: copy trunk to community-x86_64, community-i686 Added: winff/repos/community-i686/PKGBUILD (from rev 176143, winff/trunk/PKGBUILD) winff/repos/community-x86_64/PKGBUILD (from rev 176143, winff/trunk/PKGBUILD) Deleted: winff/repos/community-i686/PKGBUILD winff/repos/community-i686/winff.install winff/repos/community-x86_64/PKGBUILD winff/repos/community-x86_64/winff.install --------------------------------+ /PKGBUILD | 110 +++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 56 ------------------- community-i686/winff.install | 14 ---- community-x86_64/PKGBUILD | 56 ------------------- community-x86_64/winff.install | 14 ---- 5 files changed, 110 insertions(+), 140 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-05-23 17:24:16 UTC (rev 176143) +++ community-i686/PKGBUILD 2016-05-23 17:24:29 UTC (rev 176144) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: yugrotavele <yugrotavele at archlinux dot us> -# Contributor: Paolo Stivanin <admin AT polslinux DOT it> - -pkgname=winff -pkgver=1.5.4 -pkgrel=1 -pkgdesc='GUI for ffmpeg' -url='https://github.com/WinFF/winff/' -license=('GPL3') -arch=('x86_64' 'i686') -depends=('ffmpeg' 'gtk2' 'hicolor-icon-theme') -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') - -prepare() { - gendesk -n -f \ - --pkgname "$pkgname" \ - --pkgdesc "$pkgdesc" \ - --genericname 'Video converter' \ - --categories 'AudioVideo;AudioVideoEditing;GTK' -} - -build() { - cd "$pkgname/$pkgname" - - lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2 -} - -package() { - cd "$pkgname/$pkgname" - - install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" - install -d "$pkgdir/usr/share/winff/" - find . -name "*.xml" \ - -exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null - install -Dm644 "$srcdir/winff.desktop" \ - "$pkgdir/usr/share/applications/winff.desktop" - install -Dm644 'winff-icons/48x48/winff.png' \ - "$pkgdir/usr/share/pixmaps/winff.png" - for size in 16x16 24x24 32x32 48x48; do - install -Dm644 "winff-icons/$size/winff.png" \ - "$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png" - done - install -dm755 "$pkgdir/usr/share/winff/languages/" - find . -name "*.po" \ - -exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> /dev/null - rm -f 'presets.xml' -} - -# getver: -u 2 github.com/WinFF/winff/tree/master/winff -# vim:set ts=2 sw=2 et: Copied: winff/repos/community-i686/PKGBUILD (from rev 176143, winff/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-05-23 17:24:29 UTC (rev 176144) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: yugrotavele <yugrotav...@archlinux.us> +# Contributor: Paolo Stivanin <ad...@polslinux.it> + +pkgname=winff +pkgver=1.5.4 +pkgrel=2 +pkgdesc='GUI for ffmpeg' +url='https://github.com/WinFF/winff/' +license=('GPL3') +arch=('x86_64' 'i686') +depends=('ffmpeg' 'gtk2') +optdepends=('xterm: terminal emulator') +makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar' 'git') +source=("git://github.com/WinFF/winff.git#commit=86c3560848") +md5sums=('SKIP') + +prepare() { + gendesk -n -f \ + --pkgname "$pkgname" \ + --pkgdesc "$pkgdesc" \ + --genericname 'Video converter' \ + --categories 'AudioVideo;AudioVideoEditing;GTK' +} + +build() { + cd "$pkgname/$pkgname" + + lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2 +} + +package() { + cd "$pkgname/$pkgname" + + install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" + install -d "$pkgdir/usr/share/winff/" + find . -name "*.xml" \ + -exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null + install -Dm644 "$srcdir/winff.desktop" \ + "$pkgdir/usr/share/applications/winff.desktop" + install -Dm644 'winff-icons/48x48/winff.png' \ + "$pkgdir/usr/share/pixmaps/winff.png" + for size in 16x16 24x24 32x32 48x48; do + install -Dm644 "winff-icons/$size/winff.png" \ + "$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png" + done + install -dm755 "$pkgdir/usr/share/winff/languages/" + find . -name "*.po" \ + -exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> /dev/null + rm -f 'presets.xml' +} + +# getver: -u 2 github.com/WinFF/winff/tree/master/winff +# vim:set ts=2 sw=2 et: Deleted: community-i686/winff.install =================================================================== --- community-i686/winff.install 2016-05-23 17:24:16 UTC (rev 176143) +++ community-i686/winff.install 2016-05-23 17:24:29 UTC (rev 176144) @@ -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: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-05-23 17:24:16 UTC (rev 176143) +++ community-x86_64/PKGBUILD 2016-05-23 17:24:29 UTC (rev 176144) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: yugrotavele <yugrotavele at archlinux dot us> -# Contributor: Paolo Stivanin <admin AT polslinux DOT it> - -pkgname=winff -pkgver=1.5.4 -pkgrel=1 -pkgdesc='GUI for ffmpeg' -url='https://github.com/WinFF/winff/' -license=('GPL3') -arch=('x86_64' 'i686') -depends=('ffmpeg' 'gtk2' 'hicolor-icon-theme') -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') - -prepare() { - gendesk -n -f \ - --pkgname "$pkgname" \ - --pkgdesc "$pkgdesc" \ - --genericname 'Video converter' \ - --categories 'AudioVideo;AudioVideoEditing;GTK' -} - -build() { - cd "$pkgname/$pkgname" - - lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2 -} - -package() { - cd "$pkgname/$pkgname" - - install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" - install -d "$pkgdir/usr/share/winff/" - find . -name "*.xml" \ - -exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null - install -Dm644 "$srcdir/winff.desktop" \ - "$pkgdir/usr/share/applications/winff.desktop" - install -Dm644 'winff-icons/48x48/winff.png' \ - "$pkgdir/usr/share/pixmaps/winff.png" - for size in 16x16 24x24 32x32 48x48; do - install -Dm644 "winff-icons/$size/winff.png" \ - "$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png" - done - install -dm755 "$pkgdir/usr/share/winff/languages/" - find . -name "*.po" \ - -exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> /dev/null - rm -f 'presets.xml' -} - -# getver: -u 2 github.com/WinFF/winff/tree/master/winff -# vim:set ts=2 sw=2 et: Copied: winff/repos/community-x86_64/PKGBUILD (from rev 176143, winff/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-05-23 17:24:29 UTC (rev 176144) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: yugrotavele <yugrotav...@archlinux.us> +# Contributor: Paolo Stivanin <ad...@polslinux.it> + +pkgname=winff +pkgver=1.5.4 +pkgrel=2 +pkgdesc='GUI for ffmpeg' +url='https://github.com/WinFF/winff/' +license=('GPL3') +arch=('x86_64' 'i686') +depends=('ffmpeg' 'gtk2') +optdepends=('xterm: terminal emulator') +makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar' 'git') +source=("git://github.com/WinFF/winff.git#commit=86c3560848") +md5sums=('SKIP') + +prepare() { + gendesk -n -f \ + --pkgname "$pkgname" \ + --pkgdesc "$pkgdesc" \ + --genericname 'Video converter' \ + --categories 'AudioVideo;AudioVideoEditing;GTK' +} + +build() { + cd "$pkgname/$pkgname" + + lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2 +} + +package() { + cd "$pkgname/$pkgname" + + install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" + install -d "$pkgdir/usr/share/winff/" + find . -name "*.xml" \ + -exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null + install -Dm644 "$srcdir/winff.desktop" \ + "$pkgdir/usr/share/applications/winff.desktop" + install -Dm644 'winff-icons/48x48/winff.png' \ + "$pkgdir/usr/share/pixmaps/winff.png" + for size in 16x16 24x24 32x32 48x48; do + install -Dm644 "winff-icons/$size/winff.png" \ + "$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png" + done + install -dm755 "$pkgdir/usr/share/winff/languages/" + find . -name "*.po" \ + -exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> /dev/null + rm -f 'presets.xml' +} + +# getver: -u 2 github.com/WinFF/winff/tree/master/winff +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/winff.install =================================================================== --- community-x86_64/winff.install 2016-05-23 17:24:16 UTC (rev 176143) +++ community-x86_64/winff.install 2016-05-23 17:24:29 UTC (rev 176144) @@ -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: