summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-21 11:25:17 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-21 11:25:17 +0100
commit9bf4cb8f900ad195daebda6b5e6cd9e037594434 (patch)
tree0d9ed847ab1dae9a60fcf031cfaa1934eb4ef11d /pcr
parentafab36edc0b8698dd92783e8c8a7f070ec5d94e8 (diff)
downloadabslibre-9bf4cb8f900ad195daebda6b5e6cd9e037594434.tar.gz
abslibre-9bf4cb8f900ad195daebda6b5e6cd9e037594434.tar.bz2
abslibre-9bf4cb8f900ad195daebda6b5e6cd9e037594434.zip
pcr/swami: removed.
Diffstat (limited to 'pcr')
-rw-r--r--pcr/swami/PKGBUILD51
-rw-r--r--pcr/swami/swami.install13
2 files changed, 0 insertions, 64 deletions
diff --git a/pcr/swami/PKGBUILD b/pcr/swami/PKGBUILD
deleted file mode 100644
index 74f69e50f..000000000
--- a/pcr/swami/PKGBUILD
+++ /dev/null
@@ -1,51 +0,0 @@
-# Maintainer (Arch): SpepS <dreamspepser at yahoo dot it>
-# Contributor (Arch): Philipp Überbacher <hollunder at gmx dot at>
-# Contributor (Arch): Shinlun Hsieh <yngwiexx@yahoo.com.tw>
-# Contributor (Arch): Christoph Zeiler <rabyte*gmail>
-
-pkgname=swami
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="A collection of free software for editing, managing and playing musical instruments for MIDI music composition"
-arch=('i686' 'x86_64')
-url="http://www.swamiproject.org/"
-license=('GPL')
-depends=('audiofile' 'libgnomecanvas' 'libinstpatch' 'librsvg' 'fluidsynth'
- 'fftw' 'gtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool')
-options=('!libtool')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('849b40e4a97c4f52faf069006358dd4f')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # fPIC fix for x86_64
- [ "$CARCH" = 'x86_64' ] && \
- export CFLAGS="$CFLAGS -fPIC"
-
- # set python2
- export PYTHON=python2
-
- # python2 locate path fix
- sed -i "s/echo\( \$PYTHON\)/which\1/g" configure
-
- # build against gtksourceview-2.0
- sed -i "s/\(gtksourceview-\)1.0/\12.0/g" configure
-
- sed -e "s/\(anguage\)s/\1/" \
- -e "s/_from_mime_type//" \
- -e "s/light/&_syntax/" \
- -i src/swamigui/SwamiguiPythonView.c
-
- ./configure --prefix=/usr \
- --enable-static=no
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-}
diff --git a/pcr/swami/swami.install b/pcr/swami/swami.install
deleted file mode 100644
index 71f686bfb..000000000
--- a/pcr/swami/swami.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database usr/share/mime
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}