[arch-commits] Commit in x42-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sun May 20 09:22:58 UTC 2018


    Date: Sunday, May 20, 2018 @ 09:22:57
  Author: dvzrv
Revision: 325220

archrelease: copy trunk to community-x86_64

Added:
  x42-plugins/repos/community-x86_64/PKGBUILD
    (from rev 325219, x42-plugins/trunk/PKGBUILD)
Deleted:
  x42-plugins/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-20 09:22:48 UTC (rev 325219)
+++ PKGBUILD	2018-05-20 09:22:57 UTC (rev 325220)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Lieven Moors <lievenmoors at gmail.com>
-
-pkgname=x42-plugins
-pkgver=20170428
-pkgrel=3
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins"
-license=('GPL')
-depends=('jack' 'libglvnd' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gtk2' 'ftgl' 'ttf-freefont' 'lv2')
-groups=('lv2-plugins')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('9a648733610861f7dca120f63876af79f93fe4c23356b93768cc6a76367f28e24dd010858cdc0a1ab42182df8536131fd891c24591c11a354170eb2da2afa3d2')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  FONTFILE=/usr/share/fonts/TTF/FreeSansBold.ttf make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="$pkgdir/" PREFIX=/usr
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: x42-plugins/repos/community-x86_64/PKGBUILD (from rev 325219, x42-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-20 09:22:57 UTC (rev 325220)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Lieven Moors <lievenmoors at gmail.com>
+
+pkgname=x42-plugins
+pkgver=20180320
+pkgrel=1
+pkgdesc="Collection of LV2 plugins"
+arch=('x86_64')
+url="https://github.com/x42/x42-plugins"
+license=('GPL')
+depends=('jack' 'libglvnd' 'liblo' 'libltc' 'pango' 'zita-convolver')
+makedepends=('gtk2' 'ftgl' 'ttf-freefont' 'lv2')
+groups=('lv2-plugins')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('3e2f13179073b38e846e0855031e7f842b535ad13f64b309ca4da8c0738a77ab8b70e117edfa1a97263ff37d279a4d9a26950c1883507d8e710b8cd54061bb32')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  FONTFILE=/usr/share/fonts/TTF/FreeSansBold.ttf make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="$pkgdir/" PREFIX=/usr
+}
+
+# vim:set ts=2 sw=2 et:
+



More information about the arch-commits mailing list