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

Antonio Rojas arojas at archlinux.org
Sat Aug 19 05:52:17 UTC 2017


    Date: Saturday, August 19, 2017 @ 05:52:16
  Author: arojas
Revision: 302599

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  filelight/repos/kde-unstable-i686/
  filelight/repos/kde-unstable-i686/PKGBUILD
    (from rev 302598, filelight/trunk/PKGBUILD)
  filelight/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 302598, filelight/trunk/PKGBUILD)
Deleted:
  filelight/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   39 +++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   39 ---------------------------------------
 3 files changed, 78 insertions(+), 39 deletions(-)

Copied: filelight/repos/kde-unstable-i686/PKGBUILD (from rev 302598, filelight/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-08-19 05:52:16 UTC (rev 302599)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=filelight
+pkgver=17.08.0
+pkgrel=1
+pkgdesc='View disk usage information'
+url='https://kde.org/applications/utilities/filelight'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(kde-applications kdeutils)
+replaces=(kdeutils-filelight)
+conflicts=(kdeutils-filelight)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6b1e0d819733c9f030a8c38921fca658ed9793be6dcce17dfb1212800b38cbf8'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-08-19 05:51:56 UTC (rev 302598)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:52:16 UTC (rev 302599)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=filelight
-pkgver=17.07.80
-pkgrel=1
-pkgdesc='View disk usage information'
-url='https://kde.org/applications/utilities/filelight'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python kparts)
-groups=(kde-applications kdeutils)
-replaces=(kdeutils-filelight)
-conflicts=(kdeutils-filelight)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7ecffc3a59bb087a72cacf47d1eed0bea7a7d60cdf3ebd7495ec080c455f10e4'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 302598, filelight/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:52:16 UTC (rev 302599)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=filelight
+pkgver=17.08.0
+pkgrel=1
+pkgdesc='View disk usage information'
+url='https://kde.org/applications/utilities/filelight'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(kde-applications kdeutils)
+replaces=(kdeutils-filelight)
+conflicts=(kdeutils-filelight)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6b1e0d819733c9f030a8c38921fca658ed9793be6dcce17dfb1212800b38cbf8'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list