Date: Tuesday, January 11, 2022 @ 08:49:03
  Author: alerque
Revision: 1100365

archrelease: copy trunk to community-testing-any

Added:
  soundconverter/repos/community-testing-any/
  soundconverter/repos/community-testing-any/PKGBUILD
    (from rev 1100364, soundconverter/trunk/PKGBUILD)

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: soundconverter/repos/community-testing-any/PKGBUILD (from rev 1100364, 
soundconverter/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2022-01-11 08:49:03 UTC (rev 1100365)
@@ -0,0 +1,38 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: schuay <[email protected]>
+# Contributor: sezanzeb for the 4.0.0 PKGBUILD.
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=soundconverter
+pkgver=4.0.3
+pkgrel=1
+pkgdesc='A simple sound converter application for GNOME'
+arch=(any)
+license=(GPL3)
+url=https://soundconverter.org
+depends=(desktop-file-utils
+         gst-plugins-good
+         gst-plugins-ugly
+         gst-python
+         python-gobject)
+makedepends=(python-distutils-extra)
+#depends=(gst-plugins-base gst-plugins-good gtk3 libnotify python-gobject)
+#makedepends=(intltool python-distutils-extra)
+_archive="$pkgname-$pkgver"
+source=("https://launchpad.net/soundconverter/trunk/$pkgver/+download/$_archive.tar.gz";)
+sha256sums=('873206ff82c3dfbd397ab3d8bd76fbba847017d2ed28a20a0778eb86960cb19d')
+
+build() {
+  cd "$_archive"
+  python setup.py build
+}
+
+package() {
+  cd "$_archive"
+  python setup.py install --prefix="$pkgdir/usr"
+  # python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  # pacman will compile schemas via a hook once placed into /usr,
+  # don't let the setup.py script do it.
+  rm "$pkgdir/usr/share/glib-2.0/schemas/gschemas.compiled"
+}

Reply via email to