[arch-commits] Commit in cmst/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Nov 17 18:40:05 UTC 2020
Date: Tuesday, November 17, 2020 @ 18:40:05
Author: arojas
Revision: 756812
archrelease: copy trunk to community-x86_64
Added:
cmst/repos/community-x86_64/PKGBUILD
(from rev 756811, cmst/trunk/PKGBUILD)
Deleted:
cmst/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-17 18:39:54 UTC (rev 756811)
+++ PKGBUILD 2020-11-17 18:40:05 UTC (rev 756812)
@@ -1,29 +0,0 @@
-# Maintainer: Alad Wenter <alad at archlinux.org>
-# Contributor: Andrew Bibb <ajbibb at myfairpoint.net>
-pkgname=cmst
-pkgver=2020.04.12
-pkgrel=1
-pkgdesc="A QT based GUI front end for the connman connection manager"
-arch=('x86_64')
-url="https://github.com/andrew-bibb/cmst"
-license=('custom:MIT')
-depends=('qt5-base' 'connman' 'libxkbcommon-x11' 'hicolor-icon-theme')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('445cd9314a6ce71295d069c1028d1011c48cf3cf82950d5e3e3a4ed1ad72b100')
-
-prepare() {
- cd "$pkgname-$pkgver"
- sed -i '/^conf.path =/c conf.path = /usr/share/dbus-1/system.d' apps/rootapp/rootapp.pro
-}
-
-build() {
- cd "$pkgname-$pkgver"
- qmake-qt5 DISTRO=arch
- make
-}
-
-
-package() {
- cd "$pkgname-$pkgver"
- make INSTALL_ROOT="$pkgdir/" install
-}
Copied: cmst/repos/community-x86_64/PKGBUILD (from rev 756811, cmst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-17 18:40:05 UTC (rev 756812)
@@ -0,0 +1,29 @@
+# Maintainer: Alad Wenter <alad at archlinux.org>
+# Contributor: Andrew Bibb <ajbibb at myfairpoint.net>
+pkgname=cmst
+pkgver=2020.11.01
+pkgrel=1
+pkgdesc="A QT based GUI front end for the connman connection manager"
+arch=('x86_64')
+url="https://github.com/andrew-bibb/cmst"
+license=('custom:MIT')
+depends=('qt5-base' 'connman' 'libxkbcommon-x11' 'hicolor-icon-theme')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('b81d56fa363b2e700090bc6901d22d42b6f0a0da9547ab8c6fca7ec93b17c14a')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ sed -i '/^conf.path =/c conf.path = /usr/share/dbus-1/system.d' apps/rootapp/rootapp.pro
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ qmake-qt5 DISTRO=arch
+ make
+}
+
+
+package() {
+ cd "$pkgname-$pkgver"
+ make INSTALL_ROOT="$pkgdir/" install
+}
More information about the arch-commits
mailing list