[arch-commits] Commit in linuxdcpp/repos (6 files)

Felix Yan fyan at archlinux.org
Sun Dec 6 17:16:01 UTC 2015


    Date: Sunday, December 6, 2015 @ 18:16:00
  Author: fyan
Revision: 148948

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 148947, linuxdcpp/trunk/PKGBUILD)
  linuxdcpp/repos/community-staging-i686/linuxdcpp.install
    (from rev 148947, linuxdcpp/trunk/linuxdcpp.install)
  linuxdcpp/repos/community-staging-x86_64/
  linuxdcpp/repos/community-staging-x86_64/PKGBUILD
    (from rev 148947, linuxdcpp/trunk/PKGBUILD)
  linuxdcpp/repos/community-staging-x86_64/linuxdcpp.install
    (from rev 148947, 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 148947, linuxdcpp/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 17:16:00 UTC (rev 148948)
@@ -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=5
+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 148947, linuxdcpp/trunk/linuxdcpp.install)
===================================================================
--- community-staging-i686/linuxdcpp.install	                        (rev 0)
+++ community-staging-i686/linuxdcpp.install	2015-12-06 17:16:00 UTC (rev 148948)
@@ -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 148947, linuxdcpp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 17:16:00 UTC (rev 148948)
@@ -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=5
+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 148947, linuxdcpp/trunk/linuxdcpp.install)
===================================================================
--- community-staging-x86_64/linuxdcpp.install	                        (rev 0)
+++ community-staging-x86_64/linuxdcpp.install	2015-12-06 17:16:00 UTC (rev 148948)
@@ -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