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

Balló György bgyorgy at archlinux.org
Sun May 2 10:33:27 UTC 2021


    Date: Sunday, May 2, 2021 @ 10:33:26
  Author: bgyorgy
Revision: 926095

Minor changes

Modified:
  gnac/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-02 10:28:45 UTC (rev 926094)
+++ PKGBUILD	2021-05-02 10:33:26 UTC (rev 926095)
@@ -3,24 +3,24 @@
 pkgname=gnac
 pkgver=0.2.4.1
 pkgrel=10
-pkgdesc="Audio converter for GNOME"
-arch=(x86_64)
-url="http://gnac.sourceforge.net/"
-license=(GPL)
-depends=(libnotify gst-plugins-base gtk3)
-makedepends=(intltool gnome-common)
+pkgdesc='Audio converter for GNOME'
+arch=('x86_64')
+url='http://gnac.sourceforge.net/'
+license=('GPL3')
+depends=('libnotify' 'gst-plugins-base' 'gtk3')
+makedepends=('intltool' 'gnome-common')
 optdepends=('gst-plugins-good: Extra media codecs'
             'gst-plugins-bad: Extra media codecs'            
             'gst-plugins-ugly: Extra media codecs'
             'gst-libav: Extra media codecs')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
-        gnac.appdata.xml
-        fix-build.patch
-        gcc10.patch
-        gstreamer-1.0.patch
-        0001-Use-GLib-debug-functions.patch
-        0001-Add-support-for-OPUS-format.patch
-        yelp-tools.patch)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
+        'gnac.appdata.xml'
+        'fix-build.patch'
+        'gcc10.patch'
+        'gstreamer-1.0.patch'
+        '0001-Use-GLib-debug-functions.patch'
+        '0001-Add-support-for-OPUS-format.patch'
+        'yelp-tools.patch')
 sha256sums=('8f9c4731bbc40fde57c311a2a7fabe4e3200198abfe7415c659b98a2d54869da'
             '936ff9d1830c2649a34cbd1f208fb572de6dd2f89aeefa20e750227287125774'
             'a7a8cc9d3cc9408776e64be50beb7c48cc1a3d9499cb98e2dac5f45a151475ac'
@@ -58,8 +58,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-schemas-compile
+  ./configure --prefix=/usr --disable-schemas-compile
   make
 }
 



More information about the arch-commits mailing list