[arch-commits] Commit in startdde/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 30 03:28:56 UTC 2018
Date: Wednesday, May 30, 2018 @ 03:28:55
Author: felixonmars
Revision: 333266
archrelease: copy trunk to community-x86_64
Added:
startdde/repos/community-x86_64/PKGBUILD
(from rev 333265, startdde/trunk/PKGBUILD)
Deleted:
startdde/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-30 03:28:32 UTC (rev 333265)
+++ PKGBUILD 2018-05-30 03:28:55 UTC (rev 333266)
@@ -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.30
-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-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go-pie' 'python2' 'git')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz")
-sha512sums=('076846fe0f40021d3afc7375356faf2ee5e27c0bcefef41ff1a0805c2e84e243d779e281ae78bbb27004f23d0fb6b24f10ebc4018c217b595cac4835c0b2cb0a')
-
-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
-
- 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 333265, startdde/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 03:28:55 UTC (rev 333266)
@@ -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.31
+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-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib'
+ 'deepin-api' 'go-pie' 'python2' 'git')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz")
+sha512sums=('bfda3c08dd0d50e3298391e90a46cfef75d74586b9d9c3c31bbe2854bb6651d65f33ebd0a2c63061d6048861d682ae49d1cbea1f4607bf65c0beeef35936d0b7')
+
+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
+
+ 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