[arch-commits] Commit in deepin-api/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 12 05:28:56 UTC 2018
Date: Sunday, August 12, 2018 @ 05:28:55
Author: felixonmars
Revision: 371206
archrelease: copy trunk to community-x86_64
Added:
deepin-api/repos/community-x86_64/PKGBUILD
(from rev 371205, deepin-api/trunk/PKGBUILD)
Deleted:
deepin-api/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-12 05:28:37 UTC (rev 371205)
+++ PKGBUILD 2018-08-12 05:28:55 UTC (rev 371206)
@@ -1,44 +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=deepin-api
-pkgver=3.1.28
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-api"
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 'rfkill'
- 'poppler-glib' 'xcur2png' 'blur-effect')
-makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 'deepin-gir-generator'
- 'deepin-go-lib' 'deepin-go-dbus-factory' 'bzr' 'go-pie')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-api/archive/$pkgver.tar.gz")
-sha512sums=('fb2b8e32f46d3985a9b5cfab5309f27e7476a8d0182f6e07419d354ba09f102e18a6f48ba5414e6abe15f0e56ff1ceb9ae91eec65c1c54929b4d1933748c2111')
-
-prepare() {
- export GOPATH="$srcdir/build:/usr/share/gocode"
- mkdir -p build/src/pkg.deepin.io/dde/api
- cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
-
- # https://github.com/niemeyer/gopkg/issues/50
- git config --global http.https://gopkg.in.followRedirects true
-
- cd "$srcdir"/dde-api-$pkgver
- make build-dep
- go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize github.com/cryptix/wav golang.org/x/net/context
-}
-
-build(){
- cd dde-api-$pkgver
- make
-}
-
-package() {
- cd dde-api-$pkgver
- make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-}
Copied: deepin-api/repos/community-x86_64/PKGBUILD (from rev 371205, deepin-api/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-12 05:28:55 UTC (rev 371206)
@@ -0,0 +1,44 @@
+# $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=deepin-api
+pkgver=3.1.29
+pkgrel=1
+pkgdesc='Go-lang bindings for dde-daemon'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-api"
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 'rfkill'
+ 'poppler-glib' 'xcur2png' 'blur-effect')
+makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 'deepin-gir-generator'
+ 'deepin-go-lib' 'deepin-go-dbus-factory' 'bzr' 'go-pie')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-api/archive/$pkgver.tar.gz")
+sha512sums=('82fd58aeb71c036adb9532ad73bdb3c6c5d13be8ae85640a1c92e1dd0196cc0a537a80580695c4091958e6d3671f926a2f6543c3b9f8619e274144a58ad9af5a')
+
+prepare() {
+ export GOPATH="$srcdir/build:/usr/share/gocode"
+ mkdir -p build/src/pkg.deepin.io/dde/api
+ cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
+
+ # https://github.com/niemeyer/gopkg/issues/50
+ git config --global http.https://gopkg.in.followRedirects true
+
+ cd "$srcdir"/dde-api-$pkgver
+ make build-dep
+ go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize github.com/cryptix/wav golang.org/x/net/context
+}
+
+build(){
+ cd dde-api-$pkgver
+ make
+}
+
+package() {
+ cd dde-api-$pkgver
+ make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+}
More information about the arch-commits
mailing list