[arch-commits] Commit in rednotebook/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 23:29:21 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:29:21
  Author: foutrelis
Revision: 1063055

archrelease: copy trunk to community-staging-any

Added:
  rednotebook/repos/community-staging-any/
  rednotebook/repos/community-staging-any/PKGBUILD
    (from rev 1063053, rednotebook/trunk/PKGBUILD)

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

Copied: rednotebook/repos/community-staging-any/PKGBUILD (from rev 1063053, rednotebook/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-02 23:29:21 UTC (rev 1063055)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: SanskritFritz (gmail)
+# Contributor: Eugenio M. Vigo <emvigo at gmail.com>
+# Contributor: FadeMind <fademind at gmail.com>
+# Contributor: Dmitry Korzhevin <dkorzhevin at gmail dot com>
+# Contributor: 4javier <4javier4 at gmail.com>
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+# Contributor: cameel <cameel2/gmail/com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=rednotebook
+pkgver=2.22
+pkgrel=2
+pkgdesc='Modern desktop diary and personal journaling tool that lets you format, tag and search your entries'
+arch=('any')
+url='https://rednotebook.sourceforge.io/'
+license=('GPL')
+depends=('gtksourceview3' 'python-gobject' 'python-pyenchant' 'python-yaml' 'webkit2gtk')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('1821c0a92b66f6e246270e379e717d6080a5607eefb8e459506767afd70c9a26')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  for _res in 16 22 32 48 64 128 192 256; do
+    install -Dm644 rednotebook/images/rednotebook-icon/rn-$_res.png \
+      "$pkgdir/usr/share/icons/hicolor/${_res}x${_res}/apps/$pkgname.png"
+  done
+}



More information about the arch-commits mailing list