Date: Friday, July 21, 2017 @ 08:10:45 Author: felixonmars Revision: 245910
archrelease: copy trunk to community-i686, community-x86_64 Added: deepin-launcher/repos/community-i686/PKGBUILD (from rev 245909, deepin-launcher/trunk/PKGBUILD) deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 245909, deepin-launcher/trunk/PKGBUILD) Deleted: deepin-launcher/repos/community-i686/PKGBUILD deepin-launcher/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 31 ---------------------- community-x86_64/PKGBUILD | 31 ---------------------- 3 files changed, 62 insertions(+), 62 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-07-21 08:10:08 UTC (rev 245909) +++ community-i686/PKGBUILD 2017-07-21 08:10:45 UTC (rev 245910) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Josip Ponjavic <josipponjavic at gmail dot com> -# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> - -pkgname=deepin-launcher -pkgver=4.1.5 -pkgrel=1 -pkgdesc='Deepin desktop-environment - Launcher module' -arch=('i686' 'x86_64') -url="https://github.com/linuxdeepin/dde-launcher" -license=('GPL3') -depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'deepin-tool-kit' 'deepin-menu' - 'deepin-daemon' 'deepin-qt-dbus-factory') -makedepends=('git' 'qt5-tools') -conflicts=('dde-launcher') -replaces=('dde-launcher') -groups=('deepin') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz") -sha512sums=('6841f6708527f0009a7e5cc728f60f2ee5fb91ec0ca43fe6da450c4f4179e3e5e7f850f8a1bf80039c56e50f04de9745d90733bf1a7d0d90d8b78fd658a58b2a') - -build(){ - cd dde-launcher-$pkgver - qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1 - make -} - -package() { - cd dde-launcher-$pkgver - make INSTALL_ROOT="$pkgdir" install -} Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 245909, deepin-launcher/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-07-21 08:10:45 UTC (rev 245910) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Josip Ponjavic <josipponjavic at gmail dot com> +# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> + +pkgname=deepin-launcher +pkgver=4.1.6 +pkgrel=1 +pkgdesc='Deepin desktop-environment - Launcher module' +arch=('i686' 'x86_64') +url="https://github.com/linuxdeepin/dde-launcher" +license=('GPL3') +depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'deepin-tool-kit' 'deepin-menu' + 'deepin-daemon' 'deepin-qt-dbus-factory') +makedepends=('git' 'qt5-tools') +conflicts=('dde-launcher') +replaces=('dde-launcher') +groups=('deepin') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz") +sha512sums=('03441f5e01539b6c6fe837ba8a82b750e4891533eced175493ca17d14772854940f014a408c02c9b9ddcd0ecebf11983a36823045984d84837fd3fdb2f36b369') + +build(){ + cd dde-launcher-$pkgver + qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1 + make +} + +package() { + cd dde-launcher-$pkgver + make INSTALL_ROOT="$pkgdir" install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-07-21 08:10:08 UTC (rev 245909) +++ community-x86_64/PKGBUILD 2017-07-21 08:10:45 UTC (rev 245910) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Josip Ponjavic <josipponjavic at gmail dot com> -# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> - -pkgname=deepin-launcher -pkgver=4.1.5 -pkgrel=1 -pkgdesc='Deepin desktop-environment - Launcher module' -arch=('i686' 'x86_64') -url="https://github.com/linuxdeepin/dde-launcher" -license=('GPL3') -depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'deepin-tool-kit' 'deepin-menu' - 'deepin-daemon' 'deepin-qt-dbus-factory') -makedepends=('git' 'qt5-tools') -conflicts=('dde-launcher') -replaces=('dde-launcher') -groups=('deepin') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz") -sha512sums=('6841f6708527f0009a7e5cc728f60f2ee5fb91ec0ca43fe6da450c4f4179e3e5e7f850f8a1bf80039c56e50f04de9745d90733bf1a7d0d90d8b78fd658a58b2a') - -build(){ - cd dde-launcher-$pkgver - qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1 - make -} - -package() { - cd dde-launcher-$pkgver - make INSTALL_ROOT="$pkgdir" install -} Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 245909, deepin-launcher/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-07-21 08:10:45 UTC (rev 245910) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Josip Ponjavic <josipponjavic at gmail dot com> +# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> + +pkgname=deepin-launcher +pkgver=4.1.6 +pkgrel=1 +pkgdesc='Deepin desktop-environment - Launcher module' +arch=('i686' 'x86_64') +url="https://github.com/linuxdeepin/dde-launcher" +license=('GPL3') +depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'deepin-tool-kit' 'deepin-menu' + 'deepin-daemon' 'deepin-qt-dbus-factory') +makedepends=('git' 'qt5-tools') +conflicts=('dde-launcher') +replaces=('dde-launcher') +groups=('deepin') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz") +sha512sums=('03441f5e01539b6c6fe837ba8a82b750e4891533eced175493ca17d14772854940f014a408c02c9b9ddcd0ecebf11983a36823045984d84837fd3fdb2f36b369') + +build(){ + cd dde-launcher-$pkgver + qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1 + make +} + +package() { + cd dde-launcher-$pkgver + make INSTALL_ROOT="$pkgdir" install +}