[arch-commits] Commit in kdeutils-sweeper/repos/kde-unstable-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Fri Apr 7 21:04:47 UTC 2017


    Date: Friday, April 7, 2017 @ 21:04:46
  Author: arojas
Revision: 292488

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 292487, kdeutils-sweeper/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 21:04:33 UTC (rev 292487)
+++ PKGBUILD	2017-04-07 21:04:46 UTC (rev 292488)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-sweeper
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='System Cleaner'
-url='https://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz"{,.sig})
-sha256sums=('93b08ea597ff5acccbd5e8fe653f9671cb12d28091b8098408a5814662fbaaf6'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../sweeper-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 292487, kdeutils-sweeper/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-07 21:04:46 UTC (rev 292488)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-sweeper
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='System Cleaner'
+url='https://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d8c7431240bbd571e273d7b9eafe51db4dcef1dad93aa7a0622b89928b76e515'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../sweeper-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list