[arch-commits] Commit in purpose/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sat Oct 21 16:54:47 UTC 2017
Date: Saturday, October 21, 2017 @ 16:54:45
Author: arojas
Revision: 308302
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
purpose/repos/extra-i686/PKGBUILD
(from rev 308301, purpose/trunk/PKGBUILD)
purpose/repos/extra-x86_64/PKGBUILD
(from rev 308301, purpose/trunk/PKGBUILD)
Deleted:
purpose/repos/extra-i686/PKGBUILD
purpose/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 36 ------------------------
extra-x86_64/PKGBUILD | 36 ------------------------
3 files changed, 70 insertions(+), 72 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-10-21 16:54:21 UTC (rev 308301)
+++ extra-i686/PKGBUILD 2017-10-21 16:54:45 UTC (rev 308302)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas <arojas at archlinux.org>
-
-pkgname=purpose
-pkgver=1.2
-pkgrel=1
-pkgdesc="Framework for providing abstractions to get the developer's purposes fulfilled"
-arch=(i686 x86_64)
-url='https://www.kde.org/'
-license=(LGPL)
-depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
-makedepends=(extra-cmake-modules intltool python)
-optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
-source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('2e5be3e50b77ad193db7f25131a15b51dd64c2420638b275fb0b6292ea661013'
- 'SKIP')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: purpose/repos/extra-i686/PKGBUILD (from rev 308301, purpose/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-21 16:54:45 UTC (rev 308302)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=purpose
+pkgver=1.2
+pkgrel=1
+pkgdesc="Framework for providing abstractions to get the developer's purposes fulfilled"
+arch=(i686 x86_64)
+url='https://www.kde.org/'
+license=(LGPL)
+depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool python)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz")
+sha256sums=('2e5be3e50b77ad193db7f25131a15b51dd64c2420638b275fb0b6292ea661013')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-10-21 16:54:21 UTC (rev 308301)
+++ extra-x86_64/PKGBUILD 2017-10-21 16:54:45 UTC (rev 308302)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas <arojas at archlinux.org>
-
-pkgname=purpose
-pkgver=1.2
-pkgrel=1
-pkgdesc="Framework for providing abstractions to get the developer's purposes fulfilled"
-arch=(i686 x86_64)
-url='https://www.kde.org/'
-license=(LGPL)
-depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
-makedepends=(extra-cmake-modules intltool python)
-optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
-source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('2e5be3e50b77ad193db7f25131a15b51dd64c2420638b275fb0b6292ea661013'
- 'SKIP')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: purpose/repos/extra-x86_64/PKGBUILD (from rev 308301, purpose/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-10-21 16:54:45 UTC (rev 308302)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=purpose
+pkgver=1.2
+pkgrel=1
+pkgdesc="Framework for providing abstractions to get the developer's purposes fulfilled"
+arch=(i686 x86_64)
+url='https://www.kde.org/'
+license=(LGPL)
+depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool python)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz")
+sha256sums=('2e5be3e50b77ad193db7f25131a15b51dd64c2420638b275fb0b6292ea661013')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list