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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Oct 15 14:56:41 UTC 2013


    Date: Tuesday, October 15, 2013 @ 16:56:40
  Author: svenstaro
Revision: 98612

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

Added:
  dfc/repos/community-i686/
  dfc/repos/community-i686/PKGBUILD
    (from rev 98611, dfc/trunk/PKGBUILD)
  dfc/repos/community-i686/dfc.install
    (from rev 98611, dfc/trunk/dfc.install)
  dfc/repos/community-x86_64/
  dfc/repos/community-x86_64/PKGBUILD
    (from rev 98611, dfc/trunk/PKGBUILD)
  dfc/repos/community-x86_64/dfc.install
    (from rev 98611, dfc/trunk/dfc.install)

------------------------------+
 community-i686/PKGBUILD      |   33 +++++++++++++++++++++++++++++++++
 community-i686/dfc.install   |    4 ++++
 community-x86_64/PKGBUILD    |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/dfc.install |    4 ++++
 4 files changed, 74 insertions(+)

Copied: dfc/repos/community-i686/PKGBUILD (from rev 98611, dfc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-15 14:56:40 UTC (rev 98612)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Rolinh <robinDOThahlingATgw-computingDOTnet>
+
+pkgname=dfc
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Display file system space usage using graphs and colors"
+arch=('x86_64' 'i686')
+url="http://projects.gw-computing.net/projects/dfc"
+license=('BSD')
+depends=('glibc')
+makedepends=('cmake' 'gettext')
+conflicts=('dfc-git')
+source=(http://projects.gw-computing.net/attachments/download/79/${pkgname}-${pkgver}.tar.gz)
+install='dfc.install'
+md5sums=('3b9edc197ad21e1dfe10128d130e626c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DPREFIX=/usr -DSYSCONFDIR=/etc -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dfc/repos/community-i686/dfc.install (from rev 98611, dfc/trunk/dfc.install)
===================================================================
--- community-i686/dfc.install	                        (rev 0)
+++ community-i686/dfc.install	2013-10-15 14:56:40 UTC (rev 98612)
@@ -0,0 +1,4 @@
+post_install() {
+	echo 'Optional configuration file is located in /etc/xdg/dfc/'
+	echo 'Copy it to ~/.config/dfc/ (create this folder if necessary) if you want to use it.'
+}

Copied: dfc/repos/community-x86_64/PKGBUILD (from rev 98611, dfc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-15 14:56:40 UTC (rev 98612)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Rolinh <robinDOThahlingATgw-computingDOTnet>
+
+pkgname=dfc
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Display file system space usage using graphs and colors"
+arch=('x86_64' 'i686')
+url="http://projects.gw-computing.net/projects/dfc"
+license=('BSD')
+depends=('glibc')
+makedepends=('cmake' 'gettext')
+conflicts=('dfc-git')
+source=(http://projects.gw-computing.net/attachments/download/79/${pkgname}-${pkgver}.tar.gz)
+install='dfc.install'
+md5sums=('3b9edc197ad21e1dfe10128d130e626c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DPREFIX=/usr -DSYSCONFDIR=/etc -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dfc/repos/community-x86_64/dfc.install (from rev 98611, dfc/trunk/dfc.install)
===================================================================
--- community-x86_64/dfc.install	                        (rev 0)
+++ community-x86_64/dfc.install	2013-10-15 14:56:40 UTC (rev 98612)
@@ -0,0 +1,4 @@
+post_install() {
+	echo 'Optional configuration file is located in /etc/xdg/dfc/'
+	echo 'Copy it to ~/.config/dfc/ (create this folder if necessary) if you want to use it.'
+}




More information about the arch-commits mailing list