[arch-commits] Commit in (4 files)

Jiachen Yang farseerfc at archlinux.org
Fri Feb 23 07:37:06 UTC 2018


    Date: Friday, February 23, 2018 @ 07:37:06
  Author: farseerfc
Revision: 297175

add flameshot from AUR

Added:
  flameshot/
  flameshot/repo/
  flameshot/trunk/
  flameshot/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Added: flameshot/trunk/PKGBUILD
===================================================================
--- flameshot/trunk/PKGBUILD	                        (rev 0)
+++ flameshot/trunk/PKGBUILD	2018-02-23 07:37:06 UTC (rev 297175)
@@ -0,0 +1,31 @@
+# Maintainer: Jiachen YANG <farseerfc at archlinux.org>
+# AUR Maintainer: xyzzy <628208 at gmail.com>
+
+pkgname=flameshot
+pkgver=0.5.0
+pkgrel=4
+pkgdesc="Powerful yet simple to use screenshot software"
+arch=('i686' 'x86_64')
+url="https://github.com/lupoDharkael/flameshot"
+license=('GPL')
+depends=('qt5-base')
+makedepends=('make' 'qt5-tools')
+provides=('flameshot')
+source=("https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz")
+sha256sums=('32d593c14c37286d9f64873c4ef9a07eb084723c92b2280d5c22152547c1e3f0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  qmake
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm755 "./flameshot" "${pkgdir}/usr/bin/flameshot"
+  install -Dm644 "./dbus/package/org.dharkael.Flameshot.service" "${pkgdir}/usr/share/dbus-1/services/org.dharkael.Flameshot.service"
+  install -Dm644 "./dbus/org.dharkael.Flameshot.xml" "${pkgdir}/usr/share/dbus-1/interfaces/org.dharkael.Flameshot.xml"
+  install -Dm644 "./docs/desktopEntry/package/flameshot.desktop" "${pkgdir}/usr/share/applications/flameshot.desktop"
+  install -Dm644 "./docs/desktopEntry/package/flameshot-init.desktop" "${pkgdir}/usr/share/applications/flameshot-init.desktop"
+  install -Dm644 "./img/flameshot.png" "${pkgdir}/usr/share/icons/flameshot.png"
+}


Property changes on: flameshot/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+screenshot,flameshot
\ No newline at end of property



More information about the arch-commits mailing list