[arch-commits] Commit in albert/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 17 20:47:12 UTC 2020


    Date: Thursday, December 17, 2020 @ 20:47:10
  Author: felixonmars
Revision: 778044

archrelease: copy trunk to community-x86_64

Added:
  albert/repos/community-x86_64/PKGBUILD
    (from rev 778043, albert/trunk/PKGBUILD)
Deleted:
  albert/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  154 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-17 20:46:58 UTC (rev 778043)
+++ PKGBUILD	2020-12-17 20:47:10 UTC (rev 778044)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Manuel Schneider  <manuelschneid3r at googles mail>
-
-pkgname=albert
-pkgver=0.16.4
-pkgrel=1
-pkgdesc="A sophisticated standalone keyboard launcher."
-arch=('i686' 'x86_64' 'armv7h')
-url="https://github.com/albertlauncher"
-license=('GPL')
-depends=('qt5-charts' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-svg' 'qt5-x11extras' 'libx11')
-makedepends=( 'cmake' 'git' 'muparser' 'python' 'qt5-declarative' 'qt5-svg' 'virtualbox' 'virtualbox-sdk')
-optdepends=('muparser: Calculator plugin'
-            'python: Python extension'
-            'virtualbox: VirtualBox plugin')
-source=("mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v${pkgver}"
-        "mirrors/plugins::git+https://github.com/albertlauncher/plugins.git"
-        "mirrors/python::git+https://github.com/albertlauncher/python.git"
-        "mirrors/pybind11::git+https://github.com/pybind/pybind11.git")
-sha512sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP')
-
-
-prepare() {
-  mkdir -p build
-
-  cd "$srcdir"/albert
-  git submodule init
-  git config submodule.plugins.url "$srcdir"/plugins
-  git submodule update plugins
-
-  cd "$srcdir"/albert/plugins
-  git submodule init
-  git config submodule.python/pybind11.url "$srcdir"/pybind11
-  git config submodule.python/share/modules.url "$srcdir"/python
-  git submodule update python/pybind11 python/share/modules
-}
-
-
-build() {
-  cd build
-
-  cmake ../$pkgname \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -Wno-dev \
-    -DBUILD_WIDGETBOXMODEL=ON \
-    -DBUILD_QMLBOXMODEL=ON \
-    -DBUILD_APPLICATIONS=ON \
-    -DBUILD_CALCULATOR=ON \
-    -DBUILD_CHROMEBOOKMARKS=ON \
-    -DBUILD_EXTERNALEXTENSIONS=ON \
-    -DBUILD_DEBUG=OFF \
-    -DBUILD_FILES=ON \
-    -DBUILD_FIREFOXBOOKMARKS=ON \
-    -DBUILD_HASHGENERATOR=ON \
-    -DBUILD_KVSTORE=ON \
-    -DBUILD_MPRIS=ON \
-    -DBUILD_PYTHON=ON \
-    -DBUILD_SSH=ON \
-    -DBUILD_SYSTEM=ON \
-    -DBUILD_TEMPLATE=OFF \
-    -DBUILD_TERMINAL=ON \
-    -DBUILD_VIRTUALBOX=ON
-
-  make
-}
-
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: albert/repos/community-x86_64/PKGBUILD (from rev 778043, albert/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-17 20:47:10 UTC (rev 778044)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Manuel Schneider  <manuelschneid3r at googles mail>
+
+pkgname=albert
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="A sophisticated standalone keyboard launcher."
+arch=('i686' 'x86_64' 'armv7h')
+url="https://github.com/albertlauncher"
+license=('GPL')
+depends=('qt5-charts' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-svg' 'qt5-x11extras' 'libx11')
+makedepends=( 'cmake' 'git' 'muparser' 'python' 'qt5-declarative' 'qt5-svg' 'virtualbox' 'virtualbox-sdk')
+optdepends=('muparser: Calculator plugin'
+            'python: Python extension'
+            'virtualbox: VirtualBox plugin')
+source=("mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v${pkgver}"
+        "mirrors/plugins::git+https://github.com/albertlauncher/plugins.git"
+        "mirrors/python::git+https://github.com/albertlauncher/python.git"
+        "mirrors/pybind11::git+https://github.com/pybind/pybind11.git")
+sha512sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP')
+
+
+prepare() {
+  mkdir -p build
+
+  cd "$srcdir"/albert
+  git submodule init
+  git config submodule.plugins.url "$srcdir"/plugins
+  git submodule update plugins
+
+  cd "$srcdir"/albert/plugins
+  git submodule init
+  git config submodule.python/pybind11.url "$srcdir"/pybind11
+  git config submodule.python/share/modules.url "$srcdir"/python
+  git submodule update python/pybind11 python/share/modules
+}
+
+
+build() {
+  cd build
+
+  cmake ../$pkgname \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -Wno-dev \
+    -DBUILD_WIDGETBOXMODEL=ON \
+    -DBUILD_QMLBOXMODEL=ON \
+    -DBUILD_APPLICATIONS=ON \
+    -DBUILD_CALCULATOR=ON \
+    -DBUILD_CHROMEBOOKMARKS=ON \
+    -DBUILD_EXTERNALEXTENSIONS=ON \
+    -DBUILD_DEBUG=OFF \
+    -DBUILD_FILES=ON \
+    -DBUILD_FIREFOXBOOKMARKS=ON \
+    -DBUILD_HASHGENERATOR=ON \
+    -DBUILD_KVSTORE=ON \
+    -DBUILD_MPRIS=ON \
+    -DBUILD_PYTHON=ON \
+    -DBUILD_SSH=ON \
+    -DBUILD_SYSTEM=ON \
+    -DBUILD_TEMPLATE=OFF \
+    -DBUILD_TERMINAL=ON \
+    -DBUILD_VIRTUALBOX=ON
+
+  make
+}
+
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list