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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Sep 15 09:28:36 UTC 2017


    Date: Friday, September 15, 2017 @ 09:28:34
  Author: svenstaro
Revision: 257673

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-15 09:27:52 UTC (rev 257672)
+++ community-i686/PKGBUILD	2017-09-15 09:28:34 UTC (rev 257673)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Rolinh <robinDOThahlingATgw-computingDOTnet>
-
-pkgname=dfc
-pkgver=3.1.0
-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=("https://github.com/Rolinh/dfc/archive/v${pkgver}.tar.gz")
-install='dfc.install'
-sha512sums=('704ced1e9120635ddcfb59d09ddc47464dac212fdeda2e27d499f0f8c8b97471b60f351783cc59736d9a8d37a03a85bb4f09fa3a4f05d9ee088e0395cdb0edec')
-
-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/PKGBUILD (from rev 257672, dfc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-15 09:28:34 UTC (rev 257673)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Rolinh <robinDOThahlingATgw-computingDOTnet>
+
+pkgname=dfc
+pkgver=3.1.1
+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=("https://github.com/Rolinh/dfc/archive/v${pkgver}.tar.gz")
+install='dfc.install'
+sha512sums=('0dded1824e6e6734214999f898d253fab760bb69b0f152b44e47b54b30c6ebcf4ac04cec44a37eb655548d4dbaef9328a6b383957b5b8fe6e20cb550d51d46e2')
+
+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:

Deleted: community-i686/dfc.install
===================================================================
--- community-i686/dfc.install	2017-09-15 09:27:52 UTC (rev 257672)
+++ community-i686/dfc.install	2017-09-15 09:28:34 UTC (rev 257673)
@@ -1,4 +0,0 @@
-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-i686/dfc.install (from rev 257672, dfc/trunk/dfc.install)
===================================================================
--- community-i686/dfc.install	                        (rev 0)
+++ community-i686/dfc.install	2017-09-15 09:28:34 UTC (rev 257673)
@@ -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.'
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-15 09:27:52 UTC (rev 257672)
+++ community-x86_64/PKGBUILD	2017-09-15 09:28:34 UTC (rev 257673)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Rolinh <robinDOThahlingATgw-computingDOTnet>
-
-pkgname=dfc
-pkgver=3.1.1
-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=("https://github.com/Rolinh/dfc/archive/v${pkgver}.tar.gz")
-install='dfc.install'
-sha512sums=('0dded1824e6e6734214999f898d253fab760bb69b0f152b44e47b54b30c6ebcf4ac04cec44a37eb655548d4dbaef9328a6b383957b5b8fe6e20cb550d51d46e2')
-
-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/PKGBUILD (from rev 257672, dfc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-15 09:28:34 UTC (rev 257673)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Rolinh <robinDOThahlingATgw-computingDOTnet>
+
+pkgname=dfc
+pkgver=3.1.1
+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=("https://github.com/Rolinh/dfc/archive/v${pkgver}.tar.gz")
+install='dfc.install'
+sha512sums=('0dded1824e6e6734214999f898d253fab760bb69b0f152b44e47b54b30c6ebcf4ac04cec44a37eb655548d4dbaef9328a6b383957b5b8fe6e20cb550d51d46e2')
+
+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:

Deleted: community-x86_64/dfc.install
===================================================================
--- community-x86_64/dfc.install	2017-09-15 09:27:52 UTC (rev 257672)
+++ community-x86_64/dfc.install	2017-09-15 09:28:34 UTC (rev 257673)
@@ -1,4 +0,0 @@
-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/dfc.install (from rev 257672, dfc/trunk/dfc.install)
===================================================================
--- community-x86_64/dfc.install	                        (rev 0)
+++ community-x86_64/dfc.install	2017-09-15 09:28:34 UTC (rev 257673)
@@ -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