[arch-commits] Commit in x42-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Aug 15 09:21:21 UTC 2018
Date: Wednesday, August 15, 2018 @ 09:21:21
Author: dvzrv
Revision: 371701
archrelease: copy trunk to community-x86_64
Added:
x42-plugins/repos/community-x86_64/PKGBUILD
(from rev 371700, x42-plugins/trunk/PKGBUILD)
Deleted:
x42-plugins/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-15 09:21:14 UTC (rev 371700)
+++ PKGBUILD 2018-08-15 09:21:21 UTC (rev 371701)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Lieven Moors <lievenmoors at gmail.com>
-
-pkgname=x42-plugins
-pkgver=20180803
-pkgrel=1
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins"
-license=('GPL')
-depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gtk2' 'ttf-dejavu' 'lv2')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('a88e72d858c5d820971e8741bdd75d75827cd64d7cde4f02113092d3050d39b0fec99f9fa79d83db537e9260d37a93f098205563e3c1606de6075b8671cc759d')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- # replace ttf-freefont with ttf-liberation
- export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- 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 371700, x42-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-15 09:21:21 UTC (rev 371701)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Lieven Moors <lievenmoors at gmail.com>
+
+pkgname=x42-plugins
+pkgver=20180812
+pkgrel=1
+pkgdesc="Collection of LV2 plugins"
+arch=('x86_64')
+url="https://github.com/x42/x42-plugins"
+license=('GPL')
+depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
+makedepends=('gtk2' 'ttf-dejavu' 'lv2')
+groups=('lv2-plugins' 'pro-audio')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('26d381c5bda9022a2d150204318e3a390e1b6ad2fd0131d751fd877965e4d8fdff6275325b02118e067f709c9b66894813634e2232de0414a18ec61a0d79b1ca')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ # replace ttf-freefont with ttf-liberation
+ export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ 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