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

Felix Yan felixonmars at archlinux.org
Tue Aug 22 04:11:06 UTC 2017


    Date: Tuesday, August 22, 2017 @ 04:11:06
  Author: felixonmars
Revision: 252916

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

Added:
  deepin-boot-maker/repos/community-i686/
  deepin-boot-maker/repos/community-i686/PKGBUILD
    (from rev 252915, deepin-boot-maker/trunk/PKGBUILD)
  deepin-boot-maker/repos/community-x86_64/
  deepin-boot-maker/repos/community-x86_64/PKGBUILD
    (from rev 252915, deepin-boot-maker/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: deepin-boot-maker/repos/community-i686/PKGBUILD (from rev 252915, deepin-boot-maker/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-22 04:11:06 UTC (rev 252916)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-boot-maker
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker"
+license=('GPL3')
+depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz")
+sha512sums=('9cad7cff3255e9cab9ac46116cf501129819f296f4afda0bd77601431eda2bbe84eacfdbd5a99a65dab920c512b975b11db766ab4c820788f865c22970acbb5e')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-boot-maker/repos/community-x86_64/PKGBUILD (from rev 252915, deepin-boot-maker/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-22 04:11:06 UTC (rev 252916)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-boot-maker
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker"
+license=('GPL3')
+depends=('dtkwidget' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz")
+sha512sums=('9cad7cff3255e9cab9ac46116cf501129819f296f4afda0bd77601431eda2bbe84eacfdbd5a99a65dab920c512b975b11db766ab4c820788f865c22970acbb5e')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list