[arch-commits] Commit in scenarist/repos/community-x86_64 (6 files)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 13:53:28 UTC 2022


    Date: Wednesday, May 4, 2022 @ 13:53:28
  Author: arojas
Revision: 1194247

archrelease: copy trunk to community-x86_64

Added:
  scenarist/repos/community-x86_64/PKGBUILD
    (from rev 1194245, scenarist/trunk/PKGBUILD)
  scenarist/repos/community-x86_64/scenarist.appdata.xml
    (from rev 1194245, scenarist/trunk/scenarist.appdata.xml)
  scenarist/repos/community-x86_64/scenarist.mime.xml
    (from rev 1194245, scenarist/trunk/scenarist.mime.xml)
Deleted:
  scenarist/repos/community-x86_64/PKGBUILD
  scenarist/repos/community-x86_64/scenarist.appdata.xml
  scenarist/repos/community-x86_64/scenarist.mime.xml

-----------------------+
 PKGBUILD              |  106 ++++++++++++++++++++++++------------------------
 scenarist.appdata.xml |   38 ++++++++---------
 scenarist.mime.xml    |   14 +++---
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 13:53:27 UTC (rev 1194246)
+++ PKGBUILD	2022-05-04 13:53:28 UTC (rev 1194247)
@@ -1,53 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: cyrant <cyrant at tuta dot io>
-
-pkgname=scenarist
-pkgver=0.7.2.rc14
-pkgrel=1
-pkgdesc='Screenwriting software to create screenplays which oriented at international standards in the field of film production'
-arch=('x86_64')
-url='https://kitscenarist.ru/en/'
-license=('GPL3')
-depends=('hunspell' 'qt5-multimedia' 'qt5-svg' 'qt5-webengine')
-makedepends=('git')
-_commit=15a256249e2e3c379a7611dcd88a62943dc6fd19
-source=("git+https://github.com/dimkanovikov/KITScenarist.git#commit=$_commit"
-        'git+https://github.com/dimkanovikov/KITScenaristCore.git'
-        'scenarist.mime.xml'
-        'scenarist.appdata.xml')
-sha256sums=('SKIP'
-            'SKIP'
-            '513987794f8ba5a4c12aa2a65314fccdc098f86e616a416977aead29e6545b63'
-            'ae04ebca48b01ef86d913f769ff856e259e7c3f13a75fc4e05cc15487460772b')
-
-pkgver() {
-  cd KITScenarist
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd KITScenarist
-  git submodule init
-  git submodule set-url src/bin/scenarist-core "$srcdir/KITScenaristCore"
-  git submodule update
-
-  # Use system hunspell
-  sed -i '/hunspell/d
-          s/LIBS += -lz/LIBS += -lhunspell -lz/' src/bin/scenarist-desktop.pro \
-                                                 src/libs/libs.pro
-}
-
-build() {
-  cd KITScenarist/src
-  qmake-qt5
-  make
-}
-
-package() {
-  cd KITScenarist
-  install -Dm755 build/Release/bin/scenarist-desktop/Scenarist "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 build/Ubuntu/scenarist_amd64/usr/share/applications/$pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 build/Ubuntu/scenarist_amd64/usr/share/pixmaps/$pkgname.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/$pkgname.png"
-  install -Dm644 ../$pkgname.mime.xml "$pkgdir/usr/share/mime/packages/$pkgname.xml"
-  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-}

Copied: scenarist/repos/community-x86_64/PKGBUILD (from rev 1194245, scenarist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 13:53:28 UTC (rev 1194247)
@@ -0,0 +1,53 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: cyrant <cyrant at tuta dot io>
+
+pkgname=scenarist
+pkgver=0.7.2.rc15
+pkgrel=1
+pkgdesc='Screenwriting software to create screenplays which oriented at international standards in the field of film production'
+arch=('x86_64')
+url='https://kitscenarist.ru/en/'
+license=('GPL3')
+depends=('hunspell' 'qt5-multimedia' 'qt5-svg' 'qt5-webengine')
+makedepends=('git')
+_commit=70ebff68c67242ee4f9a5d1f6397f00d0dd471ff
+source=("git+https://github.com/dimkanovikov/KITScenarist.git#commit=$_commit"
+        'git+https://github.com/dimkanovikov/KITScenaristCore.git'
+        'scenarist.mime.xml'
+        'scenarist.appdata.xml')
+sha256sums=('SKIP'
+            'SKIP'
+            '513987794f8ba5a4c12aa2a65314fccdc098f86e616a416977aead29e6545b63'
+            'ae04ebca48b01ef86d913f769ff856e259e7c3f13a75fc4e05cc15487460772b')
+
+pkgver() {
+  cd KITScenarist
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd KITScenarist
+  git submodule init
+  git submodule set-url src/bin/scenarist-core "$srcdir/KITScenaristCore"
+  git submodule update
+
+  # Use system hunspell
+  sed -i '/hunspell/d
+          s/LIBS += -lz/LIBS += -lhunspell -lz/' src/bin/scenarist-desktop.pro \
+                                                 src/libs/libs.pro
+}
+
+build() {
+  cd KITScenarist/src
+  qmake-qt5
+  make
+}
+
+package() {
+  cd KITScenarist
+  install -Dm755 build/Release/bin/scenarist-desktop/Scenarist "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 build/Ubuntu/scenarist_amd64/usr/share/applications/$pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 build/Ubuntu/scenarist_amd64/usr/share/pixmaps/$pkgname.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/$pkgname.png"
+  install -Dm644 ../$pkgname.mime.xml "$pkgdir/usr/share/mime/packages/$pkgname.xml"
+  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Deleted: scenarist.appdata.xml
===================================================================
--- scenarist.appdata.xml	2022-05-04 13:53:27 UTC (rev 1194246)
+++ scenarist.appdata.xml	2022-05-04 13:53:28 UTC (rev 1194247)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
-  <id>ru.kitscenarist.Scenarist</id>
-  <launchable type="desktop-id">scenarist.desktop</launchable>
-  <name>KIT Scenarist</name>
-  <summary>Screenwriting software</summary>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-3.0</project_license>
-  <description>
-    <p>KIT Scenarist is a program for creating screenplays which oriented at international standards in the field of film production. The program is a full-featured studio for creating stories from the birth of the idea and before the transfer of the script to production.</p>
-  </description>
-  <screenshots>
-    <screenshot type="default">
-      <image>https://kitscenarist.ru/assets/images/news/cards-filter.jpg</image>
-    </screenshot>
-  </screenshots>
-  <url type="bugtracker">https://github.com/dimkanovikov/KITScenarist/issues</url>
-  <url type="homepage">https://kitscenarist.ru/en/</url>
-</component>

Copied: scenarist/repos/community-x86_64/scenarist.appdata.xml (from rev 1194245, scenarist/trunk/scenarist.appdata.xml)
===================================================================
--- scenarist.appdata.xml	                        (rev 0)
+++ scenarist.appdata.xml	2022-05-04 13:53:28 UTC (rev 1194247)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>ru.kitscenarist.Scenarist</id>
+  <launchable type="desktop-id">scenarist.desktop</launchable>
+  <name>KIT Scenarist</name>
+  <summary>Screenwriting software</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0</project_license>
+  <description>
+    <p>KIT Scenarist is a program for creating screenplays which oriented at international standards in the field of film production. The program is a full-featured studio for creating stories from the birth of the idea and before the transfer of the script to production.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://kitscenarist.ru/assets/images/news/cards-filter.jpg</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://github.com/dimkanovikov/KITScenarist/issues</url>
+  <url type="homepage">https://kitscenarist.ru/en/</url>
+</component>

Deleted: scenarist.mime.xml
===================================================================
--- scenarist.mime.xml	2022-05-04 13:53:27 UTC (rev 1194246)
+++ scenarist.mime.xml	2022-05-04 13:53:28 UTC (rev 1194247)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
-  <mime-type type="application/x-kit-scenarist-project">
-    <comment>KIT Scenarist Project</comment>
-    <glob pattern="*.kitsp"/>
-  </mime-type>
-</mime-info>

Copied: scenarist/repos/community-x86_64/scenarist.mime.xml (from rev 1194245, scenarist/trunk/scenarist.mime.xml)
===================================================================
--- scenarist.mime.xml	                        (rev 0)
+++ scenarist.mime.xml	2022-05-04 13:53:28 UTC (rev 1194247)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-kit-scenarist-project">
+    <comment>KIT Scenarist Project</comment>
+    <glob pattern="*.kitsp"/>
+  </mime-type>
+</mime-info>



More information about the arch-commits mailing list