[arch-commits] Commit in deepin-daemon/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jul 4 15:24:43 UTC 2016


    Date: Monday, July 4, 2016 @ 15:24:43
  Author: felixonmars
Revision: 182208

upgpkg: deepin-daemon 3.0.16-3

rebuild with go to workaround memory leaks

Modified:
  deepin-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-04 15:11:18 UTC (rev 182207)
+++ PKGBUILD	2016-07-04 15:24:43 UTC (rev 182208)
@@ -9,7 +9,7 @@
 _deepinapiver=3.0.8
 _dbusfactoryver=3.0.3
 _girgeneratorver=0.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon"
@@ -16,9 +16,9 @@
 license=('GPL3')
 depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'poppler-glib'
          'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 'lsb-release'
-         'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 'gcc-libs>=5.3.0-3'
+         'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' # 'gcc-libs>=5.3.0-3'
          'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 'pulseaudio')
-makedepends=('deepin-dbus-generator' 'deepin-gir-generator' 'sqlite' 'git' 'mercurial' 'gcc-go')
+makedepends=('deepin-dbus-generator' 'deepin-gir-generator' 'sqlite' 'git' 'mercurial' 'go') # 'gcc-go')
 optdepends=('networkmanager: Network Management daemon'
             'deepin-grub2-themes: deepin theme for grub menu')
 conflicts=('dde-daemon')
@@ -65,12 +65,12 @@
   cp -r out/src/gir "$GOPATH/src"/
 
   cd "$srcdir/dde-daemon"
-  make USE_GCCGO=1
+  make # USE_GCCGO=1
 }
 
 package() {
   cd dde-daemon
-  make USE_GCCGO=1 DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install # USE_GCCGO=1
 
   install -Dm644 ../polkit-gnome-authentication-agent-1-deepin.desktop "$pkgdir/etc/xdg/autostart/polkit-gnome-authentication-agent-1-deepin.desktop"
   install -Dm644 ../deepin-daemon.sysusers "$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"



More information about the arch-commits mailing list