[arch-commits] Commit in winff/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Aug 1 23:35:16 UTC 2015


    Date: Sunday, August 2, 2015 @ 01:35:16
  Author: arodseth
Revision: 137674

upgpkg: winff 1.5.4-1

Modified:
  winff/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-01 19:40:52 UTC (rev 137673)
+++ PKGBUILD	2015-08-01 23:35:16 UTC (rev 137674)
@@ -4,21 +4,21 @@
 # Contributor: Paolo Stivanin <admin AT polslinux DOT it>
 
 pkgname=winff
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
 pkgdesc='GUI for ffmpeg'
-url='http://code.google.com/p/winff/'
+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')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar' 'git')
 install='winff.install'
-source=("$pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0&id=0B8HoAIi30ZDkMHlvVkVtNHJnLVE&export=download")
-sha256sums=('ce82ef4359ef45d4c4a18977e49e403474cae4e3a948e90a66cc41068b3d5106')
+source=("git://github.com/WinFF/winff.git#commit=86c3560848")
+md5sums=('SKIP')
 
 prepare() {
-  gendesk -n \
+  gendesk -n -f \
     --pkgname "$pkgname" \
     --pkgdesc "$pkgdesc" \
     --genericname 'Video converter' \
@@ -26,13 +26,13 @@
 }
 
 build() {
-  cd "$pkgname"
+  cd "$pkgname/$pkgname"
 
   lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
 }
 
 package() {
-  cd "$pkgname"
+  cd "$pkgname/$pkgname"
   
   install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
   install -d "$pkgdir/usr/share/winff/"
@@ -52,4 +52,5 @@
   rm -f 'presets.xml'
 }
 
+# getver: -u 2 github.com/WinFF/winff/tree/master/winff
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list