[arch-commits] Commit in startdde/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Sep 6 15:22:36 UTC 2018
Date: Thursday, September 6, 2018 @ 15:22:35
Author: felixonmars
Revision: 377655
archrelease: copy trunk to community-x86_64
Added:
startdde/repos/community-x86_64/PKGBUILD
(from rev 377654, startdde/trunk/PKGBUILD)
Deleted:
startdde/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-06 15:22:20 UTC (rev 377654)
+++ PKGBUILD 2018-09-06 15:22:35 UTC (rev 377655)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=startdde
-pkgver=3.1.35.1
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde"
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 'deepin-go-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go-pie' 'python2' 'git' 'jq' 'deepin-dbus-factory')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz")
-sha512sums=('65b6e6d3b9c9ae61b03e8c318bf5ad197d2edbe9c1301ab58abee8f1f693ac19fb82f04bc099fb88a6c53423594caf704188874943fcd0768117122c3fd0533a')
-
-prepare() {
- export GOPATH="$srcdir/build:/usr/share/gocode"
- go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \
- github.com/cryptix/wav golang.org/x/net/context github.com/linuxdeepin/go-x11-client
-
- sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-}
-
-build() {
- cd startdde-$pkgver
- make
-}
-
-package() {
- cd startdde-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 377654, startdde/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-06 15:22:35 UTC (rev 377655)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=startdde
+pkgver=3.1.35.2
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde"
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 'deepin-go-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib'
+ 'deepin-api' 'go-pie' 'python2' 'git' 'jq' 'deepin-dbus-factory')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz")
+sha512sums=('8b96725e3b299ef9a9eea7fb8ea5be052794376d453de2f809830166a499297b0b1792de82acb7097088c86304b58f1a4035461436b3ecd2dd964a53f00211ca')
+
+prepare() {
+ export GOPATH="$srcdir/build:/usr/share/gocode"
+ go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \
+ github.com/cryptix/wav golang.org/x/net/context github.com/linuxdeepin/go-x11-client
+
+ sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+ cd startdde-$pkgver
+ make
+}
+
+package() {
+ cd startdde-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list