[arch-commits] Commit in deepin-menu/repos (4 files)

2017-11-06 Thread Felix Yan
Date: Monday, November 6, 2017 @ 14:37:15
  Author: felixonmars
Revision: 265547

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 265546, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 265546, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 14:36:35 UTC (rev 265546)
+++ community-i686/PKGBUILD 2017-11-06 14:37:15 UTC (rev 265547)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('75d5c90245361f292e6cb37354f0b0b34b3b4d11745fa356ebe3782dd4ffc1c3ef4eb1f55b30c219e0c8d81ee05c56061361377ef3e93787bbf2b874e8dc7bed')
-
-prepare() {
-  cd deepin-menu-$pkgver
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
-  install -dm 755 "$pkgdir"/etc/xdg/autostart/
-
-  rm -r "$pkgdir"/usr/deepin_menu
-
-  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 265546, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 14:37:15 UTC (rev 265547)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.8
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('7e05306ef68e9346c28efecc87c7eddb4742cc81fe92537eac4aecca07e18cb4c12ef634990a3dd3521f40178597087ee65dd1d584f4ecd220d9b6c10b4b90ee')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 14:36:35 UTC (rev 265546)
+++ community-x86_64/PKGBUILD   2017-11-06 14:37:15 UTC (rev 265547)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-10-24 Thread Felix Yan
Date: Tuesday, October 24, 2017 @ 14:53:01
  Author: felixonmars
Revision: 264120

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 264119, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 264119, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-24 14:52:23 UTC (rev 264119)
+++ community-i686/PKGBUILD 2017-10-24 14:53:01 UTC (rev 264120)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.6
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('1d7d8487561c135625848aa0fe74add56b89411625b936e2c0747cfdaf247c83898a4dc58cd33618ee5910a8de8ef356b9f11dedfc740dfe08f058890537be6b')
-
-prepare() {
-  cd deepin-menu-$pkgver
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
-  install -dm 755 "$pkgdir"/etc/xdg/autostart/
-
-  rm -r "$pkgdir"/usr/deepin_menu
-
-  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 264119, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-24 14:53:01 UTC (rev 264120)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.7
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('75d5c90245361f292e6cb37354f0b0b34b3b4d11745fa356ebe3782dd4ffc1c3ef4eb1f55b30c219e0c8d81ee05c56061361377ef3e93787bbf2b874e8dc7bed')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-24 14:52:23 UTC (rev 264119)
+++ community-x86_64/PKGBUILD   2017-10-24 14:53:01 UTC (rev 264120)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.6
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-08-18 Thread Felix Yan
Date: Friday, August 18, 2017 @ 06:47:42
  Author: felixonmars
Revision: 252356

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

Added:
  deepin-menu/repos/community-staging-i686/
  deepin-menu/repos/community-staging-i686/PKGBUILD
(from rev 252355, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-staging-x86_64/
  deepin-menu/repos/community-staging-x86_64/PKGBUILD
(from rev 252355, deepin-menu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: deepin-menu/repos/community-staging-i686/PKGBUILD (from rev 252355, 
deepin-menu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-18 06:47:42 UTC (rev 252356)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.6
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('1d7d8487561c135625848aa0fe74add56b89411625b936e2c0747cfdaf247c83898a4dc58cd33618ee5910a8de8ef356b9f11dedfc740dfe08f058890537be6b')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Copied: deepin-menu/repos/community-staging-x86_64/PKGBUILD (from rev 252355, 
deepin-menu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-18 06:47:42 UTC (rev 252356)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.6
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'dtkwidget' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('1d7d8487561c135625848aa0fe74add56b89411625b936e2c0747cfdaf247c83898a4dc58cd33618ee5910a8de8ef356b9f11dedfc740dfe08f058890537be6b')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}


[arch-commits] Commit in deepin-menu/repos (4 files)

2017-07-20 Thread Felix Yan
Date: Thursday, July 20, 2017 @ 06:31:20
  Author: felixonmars
Revision: 245773

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 245772, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 245772, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-20 06:30:46 UTC (rev 245772)
+++ community-i686/PKGBUILD 2017-07-20 06:31:20 UTC (rev 245773)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.4
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('12ab3d042fbe0c1acb3a315db30342de1dbd8a9b36427a1263a2ddbdf657f725746031d02034998df1ecfd93fa8590db9532a5143669bebd4d987a6a7c1df2ae')
-
-prepare() {
-  cd deepin-menu-$pkgver
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
-  install -dm 755 "$pkgdir"/etc/xdg/autostart/
-
-  rm -r "$pkgdir"/usr/deepin_menu
-
-  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 245772, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-20 06:31:20 UTC (rev 245773)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.5
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('e750cde6894bc742d7e9dee8bfdadd723047d5b26ab8f34a47cb8ea7e59209c24ee38bd139ec92c76456f1753fea8ac2e74e0cc050b8b378d1c0bfd132a22889')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-20 06:30:46 UTC (rev 245772)
+++ community-x86_64/PKGBUILD   2017-07-20 06:31:20 UTC (rev 245773)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.4
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-06-19 Thread Felix Yan
Date: Monday, June 19, 2017 @ 08:23:01
  Author: felixonmars
Revision: 238130

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 238129, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 238129, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-19 08:22:28 UTC (rev 238129)
+++ community-i686/PKGBUILD 2017-06-19 08:23:01 UTC (rev 238130)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('2373f0c416d86a68689c056562c89143175bb4f930bff3dc6a3ef0eb06dff44a5467e39ce7e2fc05416ae2546a98e2b4cd9d9092ada31efa8d69a155eac11b6d')
-
-prepare() {
-  cd deepin-menu-$pkgver
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
-  install -dm 755 "$pkgdir"/etc/xdg/autostart/
-
-  rm -r "$pkgdir"/usr/deepin_menu
-
-  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 238129, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-19 08:23:01 UTC (rev 238130)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('12ab3d042fbe0c1acb3a315db30342de1dbd8a9b36427a1263a2ddbdf657f725746031d02034998df1ecfd93fa8590db9532a5143669bebd4d987a6a7c1df2ae')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-19 08:22:28 UTC (rev 238129)
+++ community-x86_64/PKGBUILD   2017-06-19 08:23:01 UTC (rev 238130)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-05-31 Thread Felix Yan
Date: Wednesday, May 31, 2017 @ 15:31:38
  Author: felixonmars
Revision: 231573

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 231572, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 231572, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-31 15:31:09 UTC (rev 231572)
+++ community-i686/PKGBUILD 2017-05-31 15:31:38 UTC (rev 231573)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('02aa6b897140d1f4ac4976ed50d17c7bad075374f82779655c5ffa100b08be819d133f6b7e8577e2d40983fe3b393167afb1bc5c94b08fb96e722fff7d37a067')
-
-prepare() {
-  cd deepin-menu-$pkgver
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
-  install -dm 755 "$pkgdir"/etc/xdg/autostart/
-
-  rm -r "$pkgdir"/usr/deepin_menu
-
-  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 231572, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-31 15:31:38 UTC (rev 231573)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('2373f0c416d86a68689c056562c89143175bb4f930bff3dc6a3ef0eb06dff44a5467e39ce7e2fc05416ae2546a98e2b4cd9d9092ada31efa8d69a155eac11b6d')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-31 15:31:09 UTC (rev 231572)
+++ community-x86_64/PKGBUILD   2017-05-31 15:31:38 UTC (rev 231573)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-04-21 Thread Felix Yan
Date: Friday, April 21, 2017 @ 16:17:49
  Author: felixonmars
Revision: 224179

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 224178, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 224178, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-21 16:17:16 UTC (rev 224178)
+++ community-i686/PKGBUILD 2017-04-21 16:17:49 UTC (rev 224179)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('b4dfd97a14e4510a50eb8d13f79316d81fa9a82dbb4a4aac860950fd435a639bae50c92d8617ac1b78579193acbe6e3437d964f68adf4091c89855a96ec547c8')
-
-prepare() {
-  cd deepin-menu-$pkgver
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
-  install -dm 755 "$pkgdir"/etc/xdg/autostart/
-
-  rm -r "$pkgdir"/usr/deepin_menu
-
-  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 224178, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-21 16:17:49 UTC (rev 224179)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('02aa6b897140d1f4ac4976ed50d17c7bad075374f82779655c5ffa100b08be819d133f6b7e8577e2d40983fe3b393167afb1bc5c94b08fb96e722fff7d37a067')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-21 16:17:16 UTC (rev 224178)
+++ community-x86_64/PKGBUILD   2017-04-21 16:17:49 UTC (rev 224179)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-04-12 Thread Felix Yan
Date: Wednesday, April 12, 2017 @ 11:56:41
  Author: felixonmars
Revision: 222488

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 222487, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 222487, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-12 11:55:58 UTC (rev 222487)
+++ community-i686/PKGBUILD 2017-04-12 11:56:41 UTC (rev 222488)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('8ac951b48d42a4e3746097328613c2b500d3346766e44e25617abdba21ece367fea4b238fbe6a61aa673fd21a63d74ccba30adfef1d5957110256c6e755bf863')
-
-prepare() {
-  cd deepin-menu-$pkgver
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
-  install -dm 755 "$pkgdir"/etc/xdg/autostart/
-
-  rm -r "$pkgdir"/usr/deepin_menu
-
-  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 222487, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-12 11:56:41 UTC (rev 222488)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('b4dfd97a14e4510a50eb8d13f79316d81fa9a82dbb4a4aac860950fd435a639bae50c92d8617ac1b78579193acbe6e3437d964f68adf4091c89855a96ec547c8')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-12 11:55:58 UTC (rev 222487)
+++ community-x86_64/PKGBUILD   2017-04-12 11:56:41 UTC (rev 222488)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-04-04 Thread Felix Yan
Date: Wednesday, April 5, 2017 @ 05:49:26
  Author: felixonmars
Revision: 220540

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 220539, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 220539, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-05 05:48:58 UTC (rev 220539)
+++ community-i686/PKGBUILD 2017-04-05 05:49:26 UTC (rev 220540)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
-sha512sums=('8ac951b48d42a4e3746097328613c2b500d3346766e44e25617abdba21ece367fea4b238fbe6a61aa673fd21a63d74ccba30adfef1d5957110256c6e755bf863')
-
-prepare() {
-  cd deepin-menu-$pkgver
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
-  install -dm 755 "$pkgdir"/etc/xdg/autostart/
-
-  rm -r "$pkgdir"/usr/deepin_menu
-
-  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 220539, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-05 05:49:26 UTC (rev 220540)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.0
+pkgrel=2
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('8ac951b48d42a4e3746097328613c2b500d3346766e44e25617abdba21ece367fea4b238fbe6a61aa673fd21a63d74ccba30adfef1d5957110256c6e755bf863')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-05 05:48:58 UTC (rev 220539)
+++ community-x86_64/PKGBUILD   2017-04-05 05:49:26 UTC (rev 220540)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-03-31 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 04:51:15
  Author: felixonmars
Revision: 220201

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 220200, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 220200, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-01 04:50:50 UTC (rev 220200)
+++ community-i686/PKGBUILD 2017-04-01 04:51:15 UTC (rev 220201)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.10
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 data/*.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 220200, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-01 04:51:15 UTC (rev 220201)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz;)
+sha512sums=('8ac951b48d42a4e3746097328613c2b500d3346766e44e25617abdba21ece367fea4b238fbe6a61aa673fd21a63d74ccba30adfef1d5957110256c6e755bf863')
+
+prepare() {
+  cd deepin-menu-$pkgver
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "$pkgdir"/usr/share/dbus-1/services/
+  install -dm 755 "$pkgdir"/etc/xdg/autostart/
+
+  rm -r "$pkgdir"/usr/deepin_menu
+
+  install -m 644 data/*.service "$pkgdir"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "$pkgdir"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-01 04:50:50 UTC (rev 220200)
+++ community-x86_64/PKGBUILD   2017-04-01 04:51:15 UTC (rev 220201)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.10
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-02-21 Thread Felix Yan
Date: Tuesday, February 21, 2017 @ 09:55:01
  Author: felixonmars
Revision: 213295

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 213294, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 213294, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-21 09:54:24 UTC (rev 213294)
+++ community-i686/PKGBUILD 2017-02-21 09:55:01 UTC (rev 213295)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.9
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 data/*.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 213294, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-21 09:55:01 UTC (rev 213295)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.10
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 data/*.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-21 09:54:24 UTC (rev 213294)
+++ community-x86_64/PKGBUILD   2017-02-21 09:55:01 UTC (rev 213295)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.9
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
-makedepends=('python2-setuptools' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-02-20 Thread Felix Yan
Date: Monday, February 20, 2017 @ 09:43:35
  Author: felixonmars
Revision: 213179

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 213178, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 213178, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-20 09:42:59 UTC (rev 213178)
+++ community-i686/PKGBUILD 2017-02-20 09:43:35 UTC (rev 213179)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.8
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit')
-makedepends=('python2-setuptools' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 data/*.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 213178, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-20 09:43:35 UTC (rev 213179)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.9
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'deepin-tool-kit' 'deepin-qt-dbus-factory')
+makedepends=('python2-setuptools' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 data/*.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-20 09:42:59 UTC (rev 213178)
+++ community-x86_64/PKGBUILD   2017-02-20 09:43:35 UTC (rev 213179)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.8
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'deepin-tool-kit')
-makedepends=('python2-setuptools' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install 

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-02-17 Thread Felix Yan
Date: Friday, February 17, 2017 @ 13:16:19
  Author: felixonmars
Revision: 212876

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 212875, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 212875, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-17 13:15:39 UTC (rev 212875)
+++ community-i686/PKGBUILD 2017-02-17 13:16:19 UTC (rev 212876)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.7
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 212875, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-17 13:16:19 UTC (rev 212876)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.8
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'deepin-tool-kit')
+makedepends=('python2-setuptools' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 data/*.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-17 13:15:39 UTC (rev 212875)
+++ community-x86_64/PKGBUILD   2017-02-17 13:16:19 UTC (rev 212876)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.7
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  

[arch-commits] Commit in deepin-menu/repos (4 files)

2017-01-13 Thread Felix Yan
Date: Friday, January 13, 2017 @ 08:23:29
  Author: felixonmars
Revision: 207171

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 207170, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 207170, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-13 08:22:53 UTC (rev 207170)
+++ community-i686/PKGBUILD 2017-01-13 08:23:29 UTC (rev 207171)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.6
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 207170, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-13 08:23:29 UTC (rev 207171)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.7
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-13 08:22:53 UTC (rev 207170)
+++ community-x86_64/PKGBUILD   2017-01-13 08:23:29 UTC (rev 207171)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.6
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/

[arch-commits] Commit in deepin-menu/repos (4 files)

2016-09-30 Thread Felix Yan
Date: Friday, September 30, 2016 @ 09:10:33
  Author: felixonmars
Revision: 191055

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 191054, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 191054, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-30 09:10:01 UTC (rev 191054)
+++ community-i686/PKGBUILD 2016-09-30 09:10:33 UTC (rev 191055)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.5
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 191054, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-30 09:10:33 UTC (rev 191055)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.6
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-30 09:10:01 UTC (rev 191054)
+++ community-x86_64/PKGBUILD   2016-09-30 09:10:33 UTC (rev 191055)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.5
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 

[arch-commits] Commit in deepin-menu/repos (4 files)

2016-09-01 Thread Felix Yan
Date: Thursday, September 1, 2016 @ 10:26:57
  Author: felixonmars
Revision: 188228

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 188227, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 188227, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-01 10:26:35 UTC (rev 188227)
+++ community-i686/PKGBUILD 2016-09-01 10:26:57 UTC (rev 188228)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 188227, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-01 10:26:57 UTC (rev 188228)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-01 10:26:35 UTC (rev 188227)
+++ community-x86_64/PKGBUILD   2016-09-01 10:26:57 UTC (rev 188228)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  

[arch-commits] Commit in deepin-menu/repos (4 files)

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 16:21:57
  Author: felixonmars
Revision: 186661

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

Added:
  deepin-menu/repos/community-testing-i686/
  deepin-menu/repos/community-testing-i686/PKGBUILD
(from rev 186660, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-testing-x86_64/
  deepin-menu/repos/community-testing-x86_64/PKGBUILD
(from rev 186660, deepin-menu/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   48 
 community-testing-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: deepin-menu/repos/community-testing-i686/PKGBUILD (from rev 186660, 
deepin-menu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-12 16:21:57 UTC (rev 186661)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Copied: deepin-menu/repos/community-testing-x86_64/PKGBUILD (from rev 186660, 
deepin-menu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-12 16:21:57 UTC (rev 186661)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}


[arch-commits] Commit in deepin-menu/repos (4 files)

2016-07-20 Thread Felix Yan
Date: Wednesday, July 20, 2016 @ 07:48:45
  Author: felixonmars
Revision: 183599

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 183598, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 183598, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 --
 community-x86_64/PKGBUILD |   48 --
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-20 07:48:22 UTC (rev 183598)
+++ community-i686/PKGBUILD 2016-07-20 07:48:45 UTC (rev 183599)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 183598, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-20 07:48:45 UTC (rev 183599)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-20 07:48:22 UTC (rev 183598)
+++ community-x86_64/PKGBUILD   2016-07-20 07:48:45 UTC (rev 183599)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install 

[arch-commits] Commit in deepin-menu/repos (4 files)

2016-01-22 Thread Felix Yan
Date: Friday, January 22, 2016 @ 13:23:35
  Author: fyan
Revision: 158561

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

Added:
  deepin-menu/repos/community-staging-i686/
  deepin-menu/repos/community-staging-i686/PKGBUILD
(from rev 158560, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-staging-x86_64/
  deepin-menu/repos/community-staging-x86_64/PKGBUILD
(from rev 158560, deepin-menu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: deepin-menu/repos/community-staging-i686/PKGBUILD (from rev 158560, 
deepin-menu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-22 12:23:35 UTC (rev 158561)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Copied: deepin-menu/repos/community-staging-x86_64/PKGBUILD (from rev 158560, 
deepin-menu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-22 12:23:35 UTC (rev 158561)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}


[arch-commits] Commit in deepin-menu/repos (4 files)

2016-01-12 Thread Felix Yan
Date: Tuesday, January 12, 2016 @ 11:10:14
  Author: fyan
Revision: 156096

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

Added:
  deepin-menu/repos/community-staging-i686/
  deepin-menu/repos/community-staging-i686/PKGBUILD
(from rev 156095, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-staging-x86_64/
  deepin-menu/repos/community-staging-x86_64/PKGBUILD
(from rev 156095, deepin-menu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: deepin-menu/repos/community-staging-i686/PKGBUILD (from rev 156095, 
deepin-menu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-12 10:10:14 UTC (rev 156096)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Copied: deepin-menu/repos/community-staging-x86_64/PKGBUILD (from rev 156095, 
deepin-menu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-12 10:10:14 UTC (rev 156096)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}


[arch-commits] Commit in deepin-menu/repos (4 files)

2015-12-28 Thread Felix Yan
Date: Tuesday, December 29, 2015 @ 07:52:13
  Author: fyan
Revision: 154870

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

Added:
  deepin-menu/repos/community-staging-i686/
  deepin-menu/repos/community-staging-i686/PKGBUILD
(from rev 154869, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-staging-x86_64/
  deepin-menu/repos/community-staging-x86_64/PKGBUILD
(from rev 154869, deepin-menu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: deepin-menu/repos/community-staging-i686/PKGBUILD (from rev 154869, 
deepin-menu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-29 06:52:13 UTC (rev 154870)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Copied: deepin-menu/repos/community-staging-x86_64/PKGBUILD (from rev 154869, 
deepin-menu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-29 06:52:13 UTC (rev 154870)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}


[arch-commits] Commit in deepin-menu/repos (4 files)

2015-12-13 Thread Felix Yan
Date: Monday, December 14, 2015 @ 08:54:48
  Author: fyan
Revision: 153229

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

Added:
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 153228, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 153228, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-i686/PKGBUILD
  deepin-menu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   49 --
 community-x86_64/PKGBUILD |   49 --
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-14 07:54:08 UTC (rev 153228)
+++ community-i686/PKGBUILD 2015-12-14 07:54:48 UTC (rev 153229)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=2.90.2
-_commit=2a85fd538d86c8ba0cf1ea2baac75d0a0973182f
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-menu.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 153228, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-14 07:54:48 UTC (rev 153229)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=2.90.2
+_commit=2a85fd538d86c8ba0cf1ea2baac75d0a0973182f
+pkgrel=2
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-menu.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-14 07:54:08 UTC (rev 153228)
+++ community-x86_64/PKGBUILD   2015-12-14 07:54:48 UTC (rev 153229)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=2.90.2
-_commit=2a85fd538d86c8ba0cf1ea2baac75d0a0973182f
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-menu.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install 

[arch-commits] Commit in deepin-menu/repos (4 files)

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 15:04:26
  Author: fyan
Revision: 151264

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

Added:
  deepin-menu/repos/community-testing-i686/PKGBUILD
(from rev 151263, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-testing-x86_64/PKGBUILD
(from rev 151263, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-testing-i686/PKGBUILD
  deepin-menu/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 community-testing-i686/PKGBUILD   |   49 --
 community-testing-x86_64/PKGBUILD |   49 --
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-09 14:03:51 UTC (rev 151263)
+++ community-testing-i686/PKGBUILD 2015-12-09 14:04:26 UTC (rev 151264)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=2.90.1.20151112
-_commit=2a85fd538d86c8ba0cf1ea2baac75d0a0973182f
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-menu.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-testing-i686/PKGBUILD (from rev 151263, 
deepin-menu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-09 14:04:26 UTC (rev 151264)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=2.90.2
+_commit=2a85fd538d86c8ba0cf1ea2baac75d0a0973182f
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-menu.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-12-09 14:03:51 UTC (rev 151263)
+++ community-testing-x86_64/PKGBUILD   2015-12-09 14:04:26 UTC (rev 151264)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=2.90.1.20151112
-_commit=2a85fd538d86c8ba0cf1ea2baac75d0a0973182f
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-menu.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd 

[arch-commits] Commit in deepin-menu/repos (4 files)

2015-12-08 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 03:56:53
  Author: fyan
Revision: 151218

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

Added:
  deepin-menu/repos/community-testing-i686/PKGBUILD
(from rev 151217, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-testing-x86_64/PKGBUILD
(from rev 151217, deepin-menu/trunk/PKGBUILD)
Deleted:
  deepin-menu/repos/community-testing-i686/PKGBUILD
  deepin-menu/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 community-testing-i686/PKGBUILD   |   48 -
 community-testing-x86_64/PKGBUILD |   48 -
 3 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-09 02:56:19 UTC (rev 151217)
+++ community-testing-i686/PKGBUILD 2015-12-09 02:56:53 UTC (rev 151218)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=2.90.1
-pkgrel=2
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
-  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
-
-  rm -r "${pkgdir}"/usr/deepin_menu
-
-  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
-  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
-}

Copied: deepin-menu/repos/community-testing-i686/PKGBUILD (from rev 151217, 
deepin-menu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-09 02:56:53 UTC (rev 151218)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=2.90.1.20151112
+_commit=2a85fd538d86c8ba0cf1ea2baac75d0a0973182f
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-menu.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-12-09 02:56:19 UTC (rev 151217)
+++ community-testing-x86_64/PKGBUILD   2015-12-09 02:56:53 UTC (rev 151218)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-menu
-pkgver=2.90.1
-pkgrel=2
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-menu;
-license=('GPL3')
-depends=('python2-pyqt5' 'qt5-x11extras')
-makedepends=('python2-setuptools' 'qt5-declarative' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-menu.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-menu
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-menu
-
-  python2 setup.py build
-  qmake-qt5
-  make
-}
-
-package() {
-  cd deepin-menu
-
-  python2 setup.py install 

[arch-commits] Commit in deepin-menu/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 08:37:13
  Author: bpiotrowski
Revision: 149715

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

Added:
  deepin-menu/repos/community-staging-i686/
  deepin-menu/repos/community-staging-i686/PKGBUILD
(from rev 149714, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-staging-x86_64/
  deepin-menu/repos/community-staging-x86_64/PKGBUILD
(from rev 149714, deepin-menu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: deepin-menu/repos/community-staging-i686/PKGBUILD (from rev 149714, 
deepin-menu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 07:37:13 UTC (rev 149715)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=2.90.1
+pkgrel=2
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Copied: deepin-menu/repos/community-staging-x86_64/PKGBUILD (from rev 149714, 
deepin-menu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 07:37:13 UTC (rev 149715)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=2.90.1
+pkgrel=2
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}


[arch-commits] Commit in deepin-menu/repos (4 files)

2015-09-16 Thread Felix Yan
Date: Wednesday, September 16, 2015 @ 09:39:03
  Author: fyan
Revision: 140360

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

Added:
  deepin-menu/repos/community-i686/
  deepin-menu/repos/community-i686/PKGBUILD
(from rev 140359, deepin-menu/trunk/PKGBUILD)
  deepin-menu/repos/community-x86_64/
  deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 140359, deepin-menu/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   48 
 community-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: deepin-menu/repos/community-i686/PKGBUILD (from rev 140359, 
deepin-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-16 07:39:03 UTC (rev 140360)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}

Copied: deepin-menu/repos/community-x86_64/PKGBUILD (from rev 140359, 
deepin-menu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-16 07:39:03 UTC (rev 140360)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-menu
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-menu;
+license=('GPL3')
+depends=('python2-pyqt5' 'qt5-x11extras')
+makedepends=('python2-setuptools' 'qt5-declarative' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-menu.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-menu
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-menu
+
+  python2 setup.py build
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-menu
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -dm 755 "${pkgdir}"/usr/share/dbus-1/services/
+  install -dm 755 "${pkgdir}"/etc/xdg/autostart/
+
+  rm -r "${pkgdir}"/usr/deepin_menu
+
+  install -m 644 *.service "${pkgdir}"/usr/share/dbus-1/services/
+  install -m 644 *.desktop "${pkgdir}"/etc/xdg/autostart/
+}