[arch-commits] Commit in din/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Nov 5 15:02:58 UTC 2018
Date: Monday, November 5, 2018 @ 15:02:57
Author: dvzrv
Revision: 401566
archrelease: copy trunk to community-x86_64
Added:
din/repos/community-x86_64/PKGBUILD
(from rev 401565, din/trunk/PKGBUILD)
Deleted:
din/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-05 15:02:49 UTC (rev 401565)
+++ PKGBUILD 2018-11-05 15:02:57 UTC (rev 401566)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: muzhed <chustokes at 126.com>
-
-pkgname=din
-pkgver=37a
-pkgrel=1
-pkgdesc="A sound synthesizer and musical instrument."
-arch=('x86_64')
-url="https://dinisnoise.org/"
-license=('GPL2')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
-makedepends=('boost' 'glu')
-source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('796bc85def6813ee1d50989933e80094dc2d85e9580113b20a5471366e1937a162fc7cdd85e3d9b407a1e8269b2e8c69211d4c24b196006cf7a856df546e146f')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- autoreconf -vfi
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
- CFLAGS="${CFLAGS} -O3" \
- ./configure --prefix='/usr'
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make install DESTDIR="${pkgdir}"
- # docs
- install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
- -vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
-}
Copied: din/repos/community-x86_64/PKGBUILD (from rev 401565, din/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-05 15:02:57 UTC (rev 401566)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: muzhed <chustokes at 126.com>
+
+pkgname=din
+pkgver=38
+pkgrel=1
+pkgdesc="A sound synthesizer and musical instrument."
+arch=('x86_64')
+url="https://dinisnoise.org/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
+makedepends=('boost' 'glu')
+source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('d731e78b75c8ceda8de47399371ad61c02ef757f0c9ec915b0a924687e7a35878b937a02b658e0d5c9e025b2211ce7e950827e76823ad056e2bcd3f6b6abe155')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ autoreconf -vfi
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
+ CFLAGS="${CFLAGS} -O3" \
+ ./configure --prefix='/usr'
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make install DESTDIR="${pkgdir}"
+ # docs
+ install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+ -vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
+}
More information about the arch-commits
mailing list