[arch-commits] Commit in posterazor (5 files)

Alexander Rødseth arodseth at archlinux.org
Fri Nov 9 22:05:06 UTC 2018


    Date: Friday, November 9, 2018 @ 22:05:05
  Author: arodseth
Revision: 404834

archrelease: copy trunk to community-x86_64

Added:
  posterazor/repos/
  posterazor/repos/community-x86_64/
  posterazor/repos/community-x86_64/PKGBUILD
    (from rev 404833, posterazor/trunk/PKGBUILD)
  posterazor/repos/community-x86_64/posterazor.desktop
    (from rev 404833, posterazor/trunk/posterazor.desktop)
  posterazor/repos/community-x86_64/posterazor.xpm
    (from rev 404833, posterazor/trunk/posterazor.xpm)

--------------------+
 PKGBUILD           |   38 ++++++++++++++++++++++++++++++++++++++
 posterazor.desktop |    8 ++++++++
 2 files changed, 46 insertions(+)

Copied: posterazor/repos/community-x86_64/PKGBUILD (from rev 404833, posterazor/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-11-09 22:05:05 UTC (rev 404834)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Alois Nespor <alium at artixlinux.org>
+
+pkgname=posterazor
+pkgver=1.9.7
+pkgrel=1
+pkgdesc='Cut an image or PDF into pieces which can be printed and assembled to a poster'
+arch=('x86_64')
+url='https://github.com/aportale/posterazor'
+license=('GPL')
+depends=('poppler-qt5')
+makedepends=('git')
+source=("git+$url#commit=e20bb7dd2af75aad2a72f9f8fcffef045abdd8cc"
+        'posterazor.desktop'
+        'posterazor.xpm')
+sha256sums=('SKIP'
+            'd393b99b5cc9122c3050fdf195e128d654557dbfa24ca911dc138178a18e528d'
+            'dd23560b60950add8aec451d127e33f6c5a81824db4ed729bd7fc0f21f9f373d')
+
+build() {
+  cd posterazor/src
+  qmake-qt5 \
+    QMAKE_CFLAGS_RELEASE="$CPPFLAGS $CFLAGS" \
+    QMAKE_CXXFLAGS_RELEASE="$CPPFLAGS $CXXFLAGS" \
+    QMAKE_LFLAGS_RELEASE="$LDFLAGS" \
+    posterazor.pro
+  make
+}
+package() {
+  cd posterazor/src
+  install -Dm755 PosteRazor "$pkgdir/usr/bin/posterazor"
+  install -Dm644 "$srcdir/posterazor.desktop" \
+    "$pkgdir/usr/share/applications/posterazor.desktop"
+  install -Dm644 "$srcdir/posterazor.xpm" \
+    "$pkgdir/usr/share/icons/posterazor.xpm"
+}
+
+# vim: ts=2 sw=2 et:

Copied: posterazor/repos/community-x86_64/posterazor.desktop (from rev 404833, posterazor/trunk/posterazor.desktop)
===================================================================
--- repos/community-x86_64/posterazor.desktop	                        (rev 0)
+++ repos/community-x86_64/posterazor.desktop	2018-11-09 22:05:05 UTC (rev 404834)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=PosteRazor
+Comment=Make your own poster!
+Exec=posterazor
+Icon=/usr/share/icons/posterazor.xpm
+Terminal=false
+Type=Application
+Categories=Application;Graphics;

Copied: posterazor/repos/community-x86_64/posterazor.xpm (from rev 404833, posterazor/trunk/posterazor.xpm)
===================================================================
(Binary files differ)



More information about the arch-commits mailing list