Date: Friday, November 25, 2022 @ 20:38:17
Author: arojas
Revision: 1353916
archrelease: copy trunk to community-any
Added:
rednotebook/repos/community-any/PKGBUILD
(from rev 1353915, rednotebook/trunk/PKGBUILD)
Deleted:
rednotebook/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-25 20:38:09 UTC (rev 1353915)
+++ PKGBUILD 2022-11-25 20:38:17 UTC (rev 1353916)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: SanskritFritz (gmail)
-# Contributor: Eugenio M. Vigo <[email protected]>
-# Contributor: FadeMind <[email protected]>
-# Contributor: Dmitry Korzhevin <dkorzhevin at gmail dot com>
-# Contributor: 4javier <[email protected]>
-# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
-# Contributor: cameel <cameel2/gmail/com>
-# Contributor: Stefan Husmann <[email protected]>
-
-pkgname=rednotebook
-pkgver=2.26
-pkgrel=1
-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://github.com/jendrikseipp/rednotebook/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('4be4c1a8f339964e7e034faf5caabbd0983b635b9aa8a8bb556af2e8043a8db2')
-
-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
-}
Copied: rednotebook/repos/community-any/PKGBUILD (from rev 1353915,
rednotebook/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-25 20:38:17 UTC (rev 1353916)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: SanskritFritz (gmail)
+# Contributor: Eugenio M. Vigo <[email protected]>
+# Contributor: FadeMind <[email protected]>
+# Contributor: Dmitry Korzhevin <dkorzhevin at gmail dot com>
+# Contributor: 4javier <[email protected]>
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+# Contributor: cameel <cameel2/gmail/com>
+# Contributor: Stefan Husmann <[email protected]>
+
+pkgname=rednotebook
+pkgver=2.27.1
+pkgrel=1
+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://github.com/jendrikseipp/rednotebook/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('1e569c29cfe94e2853d6ef8538271e79b80b88dfc73be9086eddcce6193bfe9a')
+
+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
+}