[arch-commits] Commit in sk1/repos (3 files)

Antonio Rojas arojas at archlinux.org
Thu Oct 31 08:38:00 UTC 2019


    Date: Thursday, October 31, 2019 @ 08:37:59
  Author: arojas
Revision: 521036

archrelease: copy trunk to community-staging-x86_64

Added:
  sk1/repos/community-staging-x86_64/
  sk1/repos/community-staging-x86_64/PKGBUILD
    (from rev 521035, sk1/trunk/PKGBUILD)
  sk1/repos/community-staging-x86_64/sk1.appdata.xml
    (from rev 521035, sk1/trunk/sk1.appdata.xml)

-----------------+
 PKGBUILD        |   31 +++++++++++++++++++++++++++++++
 sk1.appdata.xml |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: sk1/repos/community-staging-x86_64/PKGBUILD (from rev 521035, sk1/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-10-31 08:37:59 UTC (rev 521036)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: ConnorBehan <connor.behan at gmail.com>
+
+pkgname=sk1
+pkgver=2.0rc4
+pkgrel=4
+epoch=1
+pkgdesc="Professional quality illustration program"
+arch=(x86_64)
+url="https://sk1project.net/"
+depends=('lcms2' 'imagemagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 'python2-reportlab' 'python2-wxpython3')
+license=('GPL3')
+source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"
+        sk1.appdata.xml)
+sha256sums=('65ef0856389d3972e758d55eea33357a4bccec8b97d95eb8dc6be186a7956063'
+            'a42a6fd243f3866f03210b4d31c66451ff55b70948b52d7e656f3ca4447a675c')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup-sk1.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup-sk1.py install --root="$pkgdir" --optimize=1
+  find "$pkgdir"/usr/{lib,share} -type f | xargs chmod 644
+  install -Dm644 src/sk1.png "$pkgdir/usr/share/icons/hicolor/64x64/apps/sk1.png"
+  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+  rm -r "$pkgdir"/usr/share/pixmaps
+}

Copied: sk1/repos/community-staging-x86_64/sk1.appdata.xml (from rev 521035, sk1/trunk/sk1.appdata.xml)
===================================================================
--- community-staging-x86_64/sk1.appdata.xml	                        (rev 0)
+++ community-staging-x86_64/sk1.appdata.xml	2019-10-31 08:37:59 UTC (rev 521036)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>net.sk1project.sk1</id>
+  <launchable type="desktop-id">sk1.desktop</launchable>
+  <name>sK1</name>
+  <summary>Create and edit multipage documents for prepress</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0</project_license>
+  <description>
+    <p>sK1 2.0 is professional quality illustration program. sK1 2.0 is a powerful and mature application that makes users more productive and provides them professional and free solution even for exotic *nix OSes. Whether you are a newbie user or an experienced designer, sK1 2.0 makes it easy to get started. With its professional color-management engine and wide-range file format compatibility, sK1 2.0 provides color accuracy and drawing flexibility you need for all types of projects.</p>
+  </description>
+  <screenshots>
+    <screenshot>
+      <image>https://sk1project.net/content/sk1/screenshots/sk1_2_0_01ubuntu.png</image>
+    </screenshot>
+    <screenshot type="default">
+      <image>https://sk1project.net/content/sk1/screenshots/sk1_2_0_02ubuntu.png</image>
+    </screenshot>
+    <screenshot>
+      <image>https://sk1project.net/content/sk1/screenshots/sk1_2_0_03ubuntu.png</image>
+    </screenshot>
+    <screenshot>
+      <image>https://sk1project.net/content/sk1/screenshots/sk1_2_0_04ubuntu.png</image>
+    </screenshot>
+    <screenshot>
+      <image>https://sk1project.net/content/sk1/screenshots/sk1_2_0_05ubuntu.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://github.com/sk1project/sk1-wx/issues</url>
+  <url type="homepage">https://sk1project.net/</url>
+</component>



More information about the arch-commits mailing list