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

Felix Yan felixonmars at archlinux.org
Thu Feb 9 08:14:39 UTC 2017


    Date: Thursday, February 9, 2017 @ 08:14:38
  Author: felixonmars
Revision: 211410

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vibe/repos/community-i686/PKGBUILD
    (from rev 211408, vibe/trunk/PKGBUILD)
  vibe/repos/community-x86_64/PKGBUILD
    (from rev 211409, vibe/trunk/PKGBUILD)
Deleted:
  vibe/repos/community-i686/PKGBUILD
  vibe/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 --------------------
 community-x86_64/PKGBUILD |   35 --------------------
 3 files changed, 74 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-09 08:14:06 UTC (rev 211409)
+++ community-i686/PKGBUILD	2017-02-09 08:14:38 UTC (rev 211410)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Michael Spencer <sonrisesoftware at gmail.com>
-
-pkgname=libpapyros
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Library of common classes for Papyros"
-arch=("i686" "x86_64")
-url="https://github.com/papyros/libpapyros"
-license=("GPL")
-depends=("qt5-base" "qt5-declarative" "kwallet")
-makedepends=("git" "python" "extra-cmake-modules")
-source=("git+https://github.com/papyros/libpapyros.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake "$srcdir/${pkgname}" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DQML_INSTALL_DIR=lib/qt/qml \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: vibe/repos/community-i686/PKGBUILD (from rev 211408, vibe/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-09 08:14:38 UTC (rev 211410)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michael Spencer <sonrisesoftware at gmail.com>
+
+pkgname=vibe
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A collection of core classes used throughout Liri"
+arch=("i686" "x86_64")
+url="https://github.com/lirios/vibe"
+license=("LGPL")
+depends=("fluid" "kwallet" "solid" "networkmanager-qt" "modemmanager-qt" "pulseaudio" "libqtxdg"
+         "mobile-broadband-provider-info")
+makedepends=("git" "python" "extra-cmake-modules")
+replaces=('libpapyros')
+source=("git+https://github.com/lirios/vibe.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake "$srcdir/${pkgname}" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DQML_INSTALL_DIR=lib/qt/qml \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-09 08:14:06 UTC (rev 211409)
+++ community-x86_64/PKGBUILD	2017-02-09 08:14:38 UTC (rev 211410)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Michael Spencer <sonrisesoftware at gmail.com>
-
-pkgname=libpapyros
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Library of common classes for Papyros"
-arch=("i686" "x86_64")
-url="https://github.com/papyros/libpapyros"
-license=("GPL")
-depends=("qt5-base" "qt5-declarative" "kwallet")
-makedepends=("git" "python" "extra-cmake-modules")
-source=("git+https://github.com/papyros/libpapyros.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake "$srcdir/${pkgname}" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DQML_INSTALL_DIR=lib/qt/qml \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: vibe/repos/community-x86_64/PKGBUILD (from rev 211409, vibe/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-09 08:14:38 UTC (rev 211410)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michael Spencer <sonrisesoftware at gmail.com>
+
+pkgname=vibe
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A collection of core classes used throughout Liri"
+arch=("i686" "x86_64")
+url="https://github.com/lirios/vibe"
+license=("LGPL")
+depends=("fluid" "kwallet" "solid" "networkmanager-qt" "modemmanager-qt" "pulseaudio" "libqtxdg"
+         "mobile-broadband-provider-info")
+makedepends=("git" "python" "extra-cmake-modules")
+replaces=('libpapyros')
+source=("git+https://github.com/lirios/vibe.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake "$srcdir/${pkgname}" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DQML_INSTALL_DIR=lib/qt/qml \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list