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

Antonio Rojas arojas at archlinux.org
Sat Aug 19 04:50:59 UTC 2017


    Date: Saturday, August 19, 2017 @ 04:50:58
  Author: arojas
Revision: 302453

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

Added:
  kmag/repos/kde-unstable-i686/
  kmag/repos/kde-unstable-i686/PKGBUILD
    (from rev 302452, kmag/trunk/PKGBUILD)
  kmag/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 302452, kmag/trunk/PKGBUILD)
Deleted:
  kmag/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: kmag/repos/kde-unstable-i686/PKGBUILD (from rev 302452, kmag/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-08-19 04:50:58 UTC (rev 302453)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kmag
+pkgver=17.08.0
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc='Screen Magnifier'
+url='https://kde.org/applications/utilities/kmag/'
+license=(GPL FDL)
+groups=(kde-applications kdeaccessibility)
+depends=(kio libqaccessibilityclient hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdeaccessibility-kmag)
+replaces=(kdeaccessibility-kmag)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7be2cf305c57d1db1bebf71383fb2e92f7fc3b80599465cfc796437cc0b9243b'
+            '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 \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-08-19 04:50:39 UTC (rev 302452)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 04:50:58 UTC (rev 302453)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kmag
-pkgver=17.07.80
-pkgrel=2
-arch=(i686 x86_64)
-pkgdesc='Screen Magnifier'
-url='https://kde.org/applications/utilities/kmag/'
-license=(GPL FDL)
-groups=(kde-applications kdeaccessibility)
-depends=(kio libqaccessibilityclient hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdeaccessibility-kmag)
-replaces=(kdeaccessibility-kmag)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0283ccd9e8dfc62a59315b55aae8a45473fa5faa54c5779c9a7d63f672e7f13f'
-            '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 \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmag/repos/kde-unstable-x86_64/PKGBUILD (from rev 302452, kmag/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 04:50:58 UTC (rev 302453)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kmag
+pkgver=17.08.0
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc='Screen Magnifier'
+url='https://kde.org/applications/utilities/kmag/'
+license=(GPL FDL)
+groups=(kde-applications kdeaccessibility)
+depends=(kio libqaccessibilityclient hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdeaccessibility-kmag)
+replaces=(kdeaccessibility-kmag)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7be2cf305c57d1db1bebf71383fb2e92f7fc3b80599465cfc796437cc0b9243b'
+            '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 \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list