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

Antonio Rojas arojas at archlinux.org
Wed Dec 9 07:23:42 UTC 2015


    Date: Wednesday, December 9, 2015 @ 08:23:41
  Author: arojas
Revision: 254823

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

Added:
  kpimtextedit/repos/kde-unstable-i686/PKGBUILD
    (from rev 254822, kpimtextedit/kde-unstable/PKGBUILD)
  kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 254822, kpimtextedit/kde-unstable/PKGBUILD)
Deleted:
  kpimtextedit/repos/kde-unstable-i686/PKGBUILD
  kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-12-09 07:23:21 UTC (rev 254822)
+++ kde-unstable-i686/PKGBUILD	2015-12-09 07:23:41 UTC (rev 254823)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kpimtextedit
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://projects.kde.org/projects/kde/pim/$_gitname"
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('ca33f15623df5ce20b34afe6ed8090d8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/kde-unstable-i686/PKGBUILD (from rev 254822, kpimtextedit/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-12-09 07:23:41 UTC (rev 254823)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpimtextedit
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://projects.kde.org/projects/kde/pim/$_gitname"
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('ca33f15623df5ce20b34afe6ed8090d8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-12-09 07:23:21 UTC (rev 254822)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-09 07:23:41 UTC (rev 254823)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kpimtextedit
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://projects.kde.org/projects/kde/pim/$_gitname"
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('ca33f15623df5ce20b34afe6ed8090d8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 254822, kpimtextedit/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-09 07:23:41 UTC (rev 254823)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpimtextedit
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://projects.kde.org/projects/kde/pim/$_gitname"
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('ca33f15623df5ce20b34afe6ed8090d8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list