[arch-commits] Commit in lxmusic/repos (4 files)

2016-12-07 Thread Balló György
Date: Wednesday, December 7, 2016 @ 18:43:57
  Author: bgyorgy
Revision: 198367

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxmusic/repos/community-i686/PKGBUILD
(from rev 198366, lxmusic/trunk/PKGBUILD)
  lxmusic/repos/community-x86_64/PKGBUILD
(from rev 198366, lxmusic/trunk/PKGBUILD)
Deleted:
  lxmusic/repos/community-i686/PKGBUILD
  lxmusic/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   50 --
 community-x86_64/PKGBUILD |   50 --
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-07 18:43:48 UTC (rev 198366)
+++ community-i686/PKGBUILD 2016-12-07 18:43:57 UTC (rev 198367)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Marcus Schulderinsky 
-
-pkgbase=lxmusic
-pkgname=(lxmusic lxmusic-gtk3)
-pkgver=0.4.7
-pkgrel=1
-pkgdesc='Lightweight XMMS2 client'
-arch=('i686' 'x86_64')
-url="http://lxde.org/;
-license=('GPL')
-depends=('gtk2' 'gtk3' 'libnotify' 'xmms2')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
-md5sums=('1bbd57f5b34e13ef31152c9ecb31ef68')
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --prefix=/usr
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --prefix=/usr --enable-gtk3
-  make
-}
-
-package_lxmusic() {
-  groups=('lxde')
-  depends=('gtk2' 'libnotify' 'xmms2')
-
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-}
-
-package_lxmusic-gtk3() {
-  groups=('lxde-gtk3')
-  pkgdesc+=' (GTK+ 3 version)'
-  depends=('gtk3' 'libnotify' 'xmms2')
-  conflicts=('lxmusic')
-
-  cd gtk3
-  make DESTDIR="$pkgdir" install
-}

Copied: lxmusic/repos/community-i686/PKGBUILD (from rev 198366, 
lxmusic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-07 18:43:57 UTC (rev 198367)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Marcus Schulderinsky 
+
+pkgbase=lxmusic
+pkgname=(lxmusic lxmusic-gtk3)
+pkgver=0.4.7
+pkgrel=1
+pkgdesc='Lightweight XMMS2 client'
+arch=('i686' 'x86_64')
+url="http://lxde.org/;
+license=('GPL')
+depends=('gtk2' 'gtk3' 'libnotify' 'xmms2')
+makedepends=('intltool')
+source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+md5sums=('1bbd57f5b34e13ef31152c9ecb31ef68')
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --prefix=/usr
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --prefix=/usr --enable-gtk3
+  make
+}
+
+package_lxmusic() {
+  groups=('lxde')
+  depends=('gtk2' 'libnotify' 'xmms2')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxmusic-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3' 'libnotify' 'xmms2')
+  conflicts=('lxmusic')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-07 18:43:48 UTC (rev 198366)
+++ community-x86_64/PKGBUILD   2016-12-07 18:43:57 UTC (rev 198367)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Marcus Schulderinsky 
-
-pkgbase=lxmusic
-pkgname=(lxmusic lxmusic-gtk3)
-pkgver=0.4.7
-pkgrel=1
-pkgdesc='Lightweight XMMS2 client'
-arch=('i686' 'x86_64')
-url="http://lxde.org/;
-license=('GPL')
-depends=('gtk2' 'gtk3' 'libnotify' 'xmms2')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
-md5sums=('1bbd57f5b34e13ef31152c9ecb31ef68')
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --prefix=/usr
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --prefix=/usr --enable-gtk3
-  make
-}
-
-package_lxmusic() {
-  groups=('lxde')
-  depends=('gtk2' 'libnotify' 'xmms2')
-
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-}
-
-package_lxmusic-gtk3() {
-  groups=('lxde-gtk3')
-  pkgdesc+=' (GTK+ 3 version)'
-  depends=('gtk3' 'libnotify' 'xmms2')
-  conflicts=('lxmusic')
-
-  cd gtk3
-  make DESTDIR="$pkgdir" install
-}

Copied: lxmusic/repos/community-x86_64/PKGBUILD 

[arch-commits] Commit in lxmusic/repos (4 files)

2015-11-07 Thread Balló György
Date: Sunday, November 8, 2015 @ 06:31:49
  Author: bgyorgy
Revision: 146387

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxmusic/repos/community-i686/PKGBUILD
(from rev 146386, lxmusic/trunk/PKGBUILD)
  lxmusic/repos/community-x86_64/PKGBUILD
(from rev 146386, lxmusic/trunk/PKGBUILD)
Deleted:
  lxmusic/repos/community-i686/PKGBUILD
  lxmusic/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-08 05:31:41 UTC (rev 146386)
+++ community-i686/PKGBUILD 2015-11-08 05:31:49 UTC (rev 146387)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Marcus Schulderinsky 
-
-pkgname=lxmusic
-pkgver=0.4.6
-pkgrel=1
-pkgdesc='Lightweight XMMS2 client'
-arch=('i686' 'x86_64')
-url="http://lxde.org/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'libnotify' 'xmms2')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('38fc31793b11c43b6a8fda70faedfd54')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxmusic/repos/community-i686/PKGBUILD (from rev 146386, 
lxmusic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-08 05:31:49 UTC (rev 146387)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Marcus Schulderinsky 
+
+pkgname=lxmusic
+pkgver=0.4.6
+pkgrel=2
+pkgdesc='Lightweight XMMS2 client'
+arch=('i686' 'x86_64')
+url="http://lxde.org/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'libnotify' 'xmms2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('38fc31793b11c43b6a8fda70faedfd54')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-08 05:31:41 UTC (rev 146386)
+++ community-x86_64/PKGBUILD   2015-11-08 05:31:49 UTC (rev 146387)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Marcus Schulderinsky 
-
-pkgname=lxmusic
-pkgver=0.4.6
-pkgrel=1
-pkgdesc='Lightweight XMMS2 client'
-arch=('i686' 'x86_64')
-url="http://lxde.org/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'libnotify' 'xmms2')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('38fc31793b11c43b6a8fda70faedfd54')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxmusic/repos/community-x86_64/PKGBUILD (from rev 146386, 
lxmusic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-08 05:31:49 UTC (rev 146387)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Marcus Schulderinsky 
+
+pkgname=lxmusic
+pkgver=0.4.6
+pkgrel=2
+pkgdesc='Lightweight XMMS2 client'
+arch=('i686' 'x86_64')
+url="http://lxde.org/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'libnotify' 'xmms2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('38fc31793b11c43b6a8fda70faedfd54')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}