[arch-commits] Commit in deepin-daemon/repos (12 files)

Felix Yan fyan at archlinux.org
Thu Dec 10 05:31:55 UTC 2015


    Date: Thursday, December 10, 2015 @ 06:31:54
  Author: fyan
Revision: 152080

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  deepin-daemon/repos/community-testing-i686/PKGBUILD
    (from rev 152079, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-testing-i686/deepin-daemon.install
    (from rev 152079, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-i686/deepin-daemon.sysusers
    (from rev 152079, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
    (from rev 152079, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
    (from rev 152079, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers
    (from rev 152079, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-testing-i686/PKGBUILD
  deepin-daemon/repos/community-testing-i686/deepin-daemon.install
  deepin-daemon/repos/community-testing-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers

-------------------------------------------------+
 /PKGBUILD                                       |  158 ++++++++++++++++++++++
 /deepin-daemon.install                          |   26 +++
 /deepin-daemon.sysusers                         |    4 
 community-testing-i686/PKGBUILD                 |   79 -----------
 community-testing-i686/deepin-daemon.install    |   13 -
 community-testing-i686/deepin-daemon.sysusers   |    2 
 community-testing-x86_64/PKGBUILD               |   79 -----------
 community-testing-x86_64/deepin-daemon.install  |   13 -
 community-testing-x86_64/deepin-daemon.sysusers |    2 
 9 files changed, 188 insertions(+), 188 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2015-12-10 05:26:54 UTC (rev 152079)
+++ community-testing-i686/PKGBUILD	2015-12-10 05:31:54 UTC (rev 152080)
@@ -1,79 +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-daemon
-pkgver=2.93.2.20151210
-_commit=a5cc2a89033d82774094d88e7e8fe846a1b2ad7f
-#_golibver=0.4.3
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_deepinapiver=2.92.2
-_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
-#_dbusfactoryver=2.92.2
-_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
-_desktopbaserev=e068cada19c95b25669e6bf38a1e11493a67c19f
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-daemon"
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'metacity' 'poppler-glib'
-         'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 'lsb-release'
-         'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 'gcc-go'
-         'libxkbfile' 'accountsservice')
-makedepends=('deepin-dbus-generator' 'sqlite' 'git' 'mercurial')
-optdepends=('networkmanager: Network Management daemon'
-            'deepin-grub2-themes: deepin theme for grub menu')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=(#"git+https://github.com/linuxdeepin/dde-daemon.git#tag=$pkgver"
-        "git+https://github.com/linuxdeepin/dde-daemon.git#commit=$_commit"
-        #"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver"
-        "git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev"
-        #"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver"
-        "git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev"
-        #"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver"
-        "git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev"
-        "git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev"
-        'deepin-daemon.sysusers')
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            '4482f2c82c3652040021dd43515f131184a0417e341dc37db487117012245e25')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-  
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \
-         github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 github.com/disintegration/imaging \
-         code.google.com/p/graphics-go/graphics code.google.com/p/jamslam-freetype-go/freetype \
-         code.google.com/p/jamslam-freetype-go/freetype/truetype
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/dde-daemon"
-  make USE_GCCGO=1
-
-  cd "$srcdir/deepin-desktop-base"
-  make
-}
-
-package() {
-  cd dde-daemon
-  make USE_GCCGO=1 DESTDIR="${pkgdir}" install
-
-  install -Dm644 ../deepin-daemon.sysusers "$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-  install -Dm644 "${srcdir}"/deepin-desktop-base/files/desktop-version "${pkgdir}"/etc/deepin-version
-  #install -Dm644 "${srcdir}"/deepin-desktop-base/files/desktop-version "${pkgdir}"/usr/lib/deepin/deepin-version
-}

Copied: deepin-daemon/repos/community-testing-i686/PKGBUILD (from rev 152079, deepin-daemon/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-12-10 05:31:54 UTC (rev 152080)
@@ -0,0 +1,79 @@
+# $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-daemon
+pkgver=2.93.3.20151210
+_commit=389b9e9afb18a49ea04f80a6c1ac7570aa42d466
+#_golibver=0.4.3
+_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+#_deepinapiver=2.92.2
+_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+_desktopbaserev=e068cada19c95b25669e6bf38a1e11493a67c19f
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-daemon"
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'metacity' 'poppler-glib'
+         'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 'lsb-release'
+         'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 'gcc-go'
+         'libxkbfile' 'accountsservice')
+makedepends=('deepin-dbus-generator' 'sqlite' 'git' 'mercurial')
+optdepends=('networkmanager: Network Management daemon'
+            'deepin-grub2-themes: deepin theme for grub menu')
+conflicts=('dde-daemon')
+replaces=('dde-daemon')
+groups=('deepin')
+install="${pkgname}.install"
+source=(#"git+https://github.com/linuxdeepin/dde-daemon.git#tag=$pkgver"
+        "git+https://github.com/linuxdeepin/dde-daemon.git#commit=$_commit"
+        #"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver"
+        "git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev"
+        #"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver"
+        "git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev"
+        #"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver"
+        "git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev"
+        "git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev"
+        'deepin-daemon.sysusers')
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            '4482f2c82c3652040021dd43515f131184a0417e341dc37db487117012245e25')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+  
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \
+         github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 github.com/disintegration/imaging \
+         code.google.com/p/graphics-go/graphics code.google.com/p/jamslam-freetype-go/freetype \
+         code.google.com/p/jamslam-freetype-go/freetype/truetype
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/dde-daemon"
+  make USE_GCCGO=1
+
+  cd "$srcdir/deepin-desktop-base"
+  make
+}
+
+package() {
+  cd dde-daemon
+  make USE_GCCGO=1 DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../deepin-daemon.sysusers "$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
+  install -Dm644 "${srcdir}"/deepin-desktop-base/files/desktop-version "${pkgdir}"/etc/deepin-version
+  #install -Dm644 "${srcdir}"/deepin-desktop-base/files/desktop-version "${pkgdir}"/usr/lib/deepin/deepin-version
+}

Deleted: community-testing-i686/deepin-daemon.install
===================================================================
--- community-testing-i686/deepin-daemon.install	2015-12-10 05:26:54 UTC (rev 152079)
+++ community-testing-i686/deepin-daemon.install	2015-12-10 05:31:54 UTC (rev 152080)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
-  systemd-sysusers deepin-daemon.conf
-}
-
-post_upgrade() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
-  (( $(vercmp $2 '2.93.1-1') < 0 )) && systemd-sysusers deepin-daemon.conf || true
-}
-
-post_remove() {
-  rm -f /var/cache/deepin/mark-setup-network-services
-}

Copied: deepin-daemon/repos/community-testing-i686/deepin-daemon.install (from rev 152079, deepin-daemon/trunk/deepin-daemon.install)
===================================================================
--- community-testing-i686/deepin-daemon.install	                        (rev 0)
+++ community-testing-i686/deepin-daemon.install	2015-12-10 05:31:54 UTC (rev 152080)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+  systemd-sysusers deepin-daemon.conf
+}
+
+post_upgrade() {
+  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+  (( $(vercmp $2 '2.93.1-1') < 0 )) && systemd-sysusers deepin-daemon.conf || true
+}
+
+post_remove() {
+  rm -f /var/cache/deepin/mark-setup-network-services
+}

Deleted: community-testing-i686/deepin-daemon.sysusers
===================================================================
--- community-testing-i686/deepin-daemon.sysusers	2015-12-10 05:26:54 UTC (rev 152079)
+++ community-testing-i686/deepin-daemon.sysusers	2015-12-10 05:31:54 UTC (rev 152080)
@@ -1,2 +0,0 @@
-u deepin-daemon - "Deepin Daemon"
-g deepin-daemon -

Copied: deepin-daemon/repos/community-testing-i686/deepin-daemon.sysusers (from rev 152079, deepin-daemon/trunk/deepin-daemon.sysusers)
===================================================================
--- community-testing-i686/deepin-daemon.sysusers	                        (rev 0)
+++ community-testing-i686/deepin-daemon.sysusers	2015-12-10 05:31:54 UTC (rev 152080)
@@ -0,0 +1,2 @@
+u deepin-daemon - "Deepin Daemon"
+g deepin-daemon -

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2015-12-10 05:26:54 UTC (rev 152079)
+++ community-testing-x86_64/PKGBUILD	2015-12-10 05:31:54 UTC (rev 152080)
@@ -1,79 +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-daemon
-pkgver=2.93.2.20151210
-_commit=a5cc2a89033d82774094d88e7e8fe846a1b2ad7f
-#_golibver=0.4.3
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_deepinapiver=2.92.2
-_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
-#_dbusfactoryver=2.92.2
-_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
-_desktopbaserev=e068cada19c95b25669e6bf38a1e11493a67c19f
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-daemon"
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'metacity' 'poppler-glib'
-         'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 'lsb-release'
-         'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 'gcc-go'
-         'libxkbfile' 'accountsservice')
-makedepends=('deepin-dbus-generator' 'sqlite' 'git' 'mercurial')
-optdepends=('networkmanager: Network Management daemon'
-            'deepin-grub2-themes: deepin theme for grub menu')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=(#"git+https://github.com/linuxdeepin/dde-daemon.git#tag=$pkgver"
-        "git+https://github.com/linuxdeepin/dde-daemon.git#commit=$_commit"
-        #"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver"
-        "git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev"
-        #"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver"
-        "git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev"
-        #"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver"
-        "git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev"
-        "git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev"
-        'deepin-daemon.sysusers')
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            '4482f2c82c3652040021dd43515f131184a0417e341dc37db487117012245e25')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-  
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \
-         github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 github.com/disintegration/imaging \
-         code.google.com/p/graphics-go/graphics code.google.com/p/jamslam-freetype-go/freetype \
-         code.google.com/p/jamslam-freetype-go/freetype/truetype
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/dde-daemon"
-  make USE_GCCGO=1
-
-  cd "$srcdir/deepin-desktop-base"
-  make
-}
-
-package() {
-  cd dde-daemon
-  make USE_GCCGO=1 DESTDIR="${pkgdir}" install
-
-  install -Dm644 ../deepin-daemon.sysusers "$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-  install -Dm644 "${srcdir}"/deepin-desktop-base/files/desktop-version "${pkgdir}"/etc/deepin-version
-  #install -Dm644 "${srcdir}"/deepin-desktop-base/files/desktop-version "${pkgdir}"/usr/lib/deepin/deepin-version
-}

Copied: deepin-daemon/repos/community-testing-x86_64/PKGBUILD (from rev 152079, deepin-daemon/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-12-10 05:31:54 UTC (rev 152080)
@@ -0,0 +1,79 @@
+# $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-daemon
+pkgver=2.93.3.20151210
+_commit=389b9e9afb18a49ea04f80a6c1ac7570aa42d466
+#_golibver=0.4.3
+_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+#_deepinapiver=2.92.2
+_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+_desktopbaserev=e068cada19c95b25669e6bf38a1e11493a67c19f
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-daemon"
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'metacity' 'poppler-glib'
+         'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 'lsb-release'
+         'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 'gcc-go'
+         'libxkbfile' 'accountsservice')
+makedepends=('deepin-dbus-generator' 'sqlite' 'git' 'mercurial')
+optdepends=('networkmanager: Network Management daemon'
+            'deepin-grub2-themes: deepin theme for grub menu')
+conflicts=('dde-daemon')
+replaces=('dde-daemon')
+groups=('deepin')
+install="${pkgname}.install"
+source=(#"git+https://github.com/linuxdeepin/dde-daemon.git#tag=$pkgver"
+        "git+https://github.com/linuxdeepin/dde-daemon.git#commit=$_commit"
+        #"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver"
+        "git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev"
+        #"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver"
+        "git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev"
+        #"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver"
+        "git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev"
+        "git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev"
+        'deepin-daemon.sysusers')
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            '4482f2c82c3652040021dd43515f131184a0417e341dc37db487117012245e25')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+  
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \
+         github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 github.com/disintegration/imaging \
+         code.google.com/p/graphics-go/graphics code.google.com/p/jamslam-freetype-go/freetype \
+         code.google.com/p/jamslam-freetype-go/freetype/truetype
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/dde-daemon"
+  make USE_GCCGO=1
+
+  cd "$srcdir/deepin-desktop-base"
+  make
+}
+
+package() {
+  cd dde-daemon
+  make USE_GCCGO=1 DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../deepin-daemon.sysusers "$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
+  install -Dm644 "${srcdir}"/deepin-desktop-base/files/desktop-version "${pkgdir}"/etc/deepin-version
+  #install -Dm644 "${srcdir}"/deepin-desktop-base/files/desktop-version "${pkgdir}"/usr/lib/deepin/deepin-version
+}

Deleted: community-testing-x86_64/deepin-daemon.install
===================================================================
--- community-testing-x86_64/deepin-daemon.install	2015-12-10 05:26:54 UTC (rev 152079)
+++ community-testing-x86_64/deepin-daemon.install	2015-12-10 05:31:54 UTC (rev 152080)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
-  systemd-sysusers deepin-daemon.conf
-}
-
-post_upgrade() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
-  (( $(vercmp $2 '2.93.1-1') < 0 )) && systemd-sysusers deepin-daemon.conf || true
-}
-
-post_remove() {
-  rm -f /var/cache/deepin/mark-setup-network-services
-}

Copied: deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install (from rev 152079, deepin-daemon/trunk/deepin-daemon.install)
===================================================================
--- community-testing-x86_64/deepin-daemon.install	                        (rev 0)
+++ community-testing-x86_64/deepin-daemon.install	2015-12-10 05:31:54 UTC (rev 152080)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+  systemd-sysusers deepin-daemon.conf
+}
+
+post_upgrade() {
+  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+  (( $(vercmp $2 '2.93.1-1') < 0 )) && systemd-sysusers deepin-daemon.conf || true
+}
+
+post_remove() {
+  rm -f /var/cache/deepin/mark-setup-network-services
+}

Deleted: community-testing-x86_64/deepin-daemon.sysusers
===================================================================
--- community-testing-x86_64/deepin-daemon.sysusers	2015-12-10 05:26:54 UTC (rev 152079)
+++ community-testing-x86_64/deepin-daemon.sysusers	2015-12-10 05:31:54 UTC (rev 152080)
@@ -1,2 +0,0 @@
-u deepin-daemon - "Deepin Daemon"
-g deepin-daemon -

Copied: deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers (from rev 152079, deepin-daemon/trunk/deepin-daemon.sysusers)
===================================================================
--- community-testing-x86_64/deepin-daemon.sysusers	                        (rev 0)
+++ community-testing-x86_64/deepin-daemon.sysusers	2015-12-10 05:31:54 UTC (rev 152080)
@@ -0,0 +1,2 @@
+u deepin-daemon - "Deepin Daemon"
+g deepin-daemon -



More information about the arch-commits mailing list