[arch-commits] Commit in linuxdcpp/repos (6 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu Mar 3 13:57:10 UTC 2016
Date: Thursday, March 3, 2016 @ 14:57:09
Author: bpiotrowski
Revision: 164495
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
linuxdcpp/repos/community-staging-i686/
linuxdcpp/repos/community-staging-i686/PKGBUILD
(from rev 164494, linuxdcpp/trunk/PKGBUILD)
linuxdcpp/repos/community-staging-i686/linuxdcpp.install
(from rev 164494, linuxdcpp/trunk/linuxdcpp.install)
linuxdcpp/repos/community-staging-x86_64/
linuxdcpp/repos/community-staging-x86_64/PKGBUILD
(from rev 164494, linuxdcpp/trunk/PKGBUILD)
linuxdcpp/repos/community-staging-x86_64/linuxdcpp.install
(from rev 164494, linuxdcpp/trunk/linuxdcpp.install)
--------------------------------------------+
community-staging-i686/PKGBUILD | 30 +++++++++++++++++++++++++++
community-staging-i686/linuxdcpp.install | 12 ++++++++++
community-staging-x86_64/PKGBUILD | 30 +++++++++++++++++++++++++++
community-staging-x86_64/linuxdcpp.install | 12 ++++++++++
4 files changed, 84 insertions(+)
Copied: linuxdcpp/repos/community-staging-i686/PKGBUILD (from rev 164494, linuxdcpp/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 13:57:09 UTC (rev 164495)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der waa <jelle at vdwaa.nl>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tom K <tom at archlinux.org>
+
+pkgname=linuxdcpp
+pkgver=1.1.0
+pkgrel=6
+pkgdesc="A Gtk+ Direct Connect client based on DC++."
+url="https://launchpad.net/linuxdcpp/"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme')
+makedepends=('scons' 'boost')
+conflicts=('linuxdcpp-bzr')
+install=$pkgname.install
+source=("$url${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
+md5sums=('037de708bdb1e5dd7ac6c359b0e2c1a0')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ scons PREFIX=/usr
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ scons install FAKE_ROOT="$pkgdir/"
+}
Copied: linuxdcpp/repos/community-staging-i686/linuxdcpp.install (from rev 164494, linuxdcpp/trunk/linuxdcpp.install)
===================================================================
--- community-staging-i686/linuxdcpp.install (rev 0)
+++ community-staging-i686/linuxdcpp.install 2016-03-03 13:57:09 UTC (rev 164495)
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: linuxdcpp/repos/community-staging-x86_64/PKGBUILD (from rev 164494, linuxdcpp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-03-03 13:57:09 UTC (rev 164495)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der waa <jelle at vdwaa.nl>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tom K <tom at archlinux.org>
+
+pkgname=linuxdcpp
+pkgver=1.1.0
+pkgrel=6
+pkgdesc="A Gtk+ Direct Connect client based on DC++."
+url="https://launchpad.net/linuxdcpp/"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme')
+makedepends=('scons' 'boost')
+conflicts=('linuxdcpp-bzr')
+install=$pkgname.install
+source=("$url${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
+md5sums=('037de708bdb1e5dd7ac6c359b0e2c1a0')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ scons PREFIX=/usr
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ scons install FAKE_ROOT="$pkgdir/"
+}
Copied: linuxdcpp/repos/community-staging-x86_64/linuxdcpp.install (from rev 164494, linuxdcpp/trunk/linuxdcpp.install)
===================================================================
--- community-staging-x86_64/linuxdcpp.install (rev 0)
+++ community-staging-x86_64/linuxdcpp.install 2016-03-03 13:57:09 UTC (rev 164495)
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list