Date: Sunday, March 12, 2023 @ 16:33:22
Author: jelle
Revision: 1419380
archrelease: copy trunk to community-x86_64
Added:
l3afpad/repos/community-x86_64/PKGBUILD
(from rev 1419379, l3afpad/trunk/PKGBUILD)
l3afpad/repos/community-x86_64/l3afpad.appdata.xml
(from rev 1419379, l3afpad/trunk/l3afpad.appdata.xml)
Deleted:
l3afpad/repos/community-x86_64/PKGBUILD
l3afpad/repos/community-x86_64/l3afpad.appdata.xml
---------------------+
PKGBUILD | 72 +++++++++++++++++++++++++-------------------------
l3afpad.appdata.xml | 48 ++++++++++++++++-----------------
2 files changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-12 16:33:12 UTC (rev 1419379)
+++ PKGBUILD 2023-03-12 16:33:22 UTC (rev 1419380)
@@ -1,36 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Steven Honeyman <stevenhoneyman at gmail com>
-# Contributor: nbvcxz (b4283)
-
-pkgname=l3afpad
-pkgver=0.8.18.1.11
-pkgrel=6
-pkgdesc='Simple plain text editor for GTK 3'
-arch=('x86_64')
-url='https://github.com/stevenhoneyman/l3afpad'
-license=('GPL2')
-depends=('gtk3')
-makedepends=('intltool')
-source=("https://github.com/stevenhoneyman/l3afpad/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
- 'l3afpad.appdata.xml')
-sha256sums=('86f374b2f950b7c60dda50aa80a5034b8e3c80ded5cd3284c2d5921b31652793'
- '742e3d2d23e6bad8f56dccafdccc6c1b36cebdb7dd178b1f19942fcb37fe3ff8')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i 's|gtk_window_set_icon_from_file(GTK_WINDOW(mw->window),
ICONDIR"/l3afpad.png", NULL);|gtk_window_set_icon_name(GTK_WINDOW(mw->window),
"l3afpad");|' src/window.c
- ./autogen.sh
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- install -Dm644 ../$pkgname.appdata.xml
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
- rm -r "$pkgdir/usr/share/pixmaps/"
-}
Copied: l3afpad/repos/community-x86_64/PKGBUILD (from rev 1419379,
l3afpad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-12 16:33:22 UTC (rev 1419380)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Steven Honeyman <stevenhoneyman at gmail com>
+# Contributor: nbvcxz (b4283)
+
+pkgname=l3afpad
+pkgver=0.8.18.1.11
+pkgrel=7
+pkgdesc='Simple plain text editor for GTK 3'
+arch=('x86_64')
+url='https://github.com/stevenhoneyman/l3afpad'
+license=('GPL2')
+depends=('gtk3')
+makedepends=('intltool')
+source=("https://github.com/stevenhoneyman/l3afpad/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
+ 'l3afpad.appdata.xml')
+sha256sums=('86f374b2f950b7c60dda50aa80a5034b8e3c80ded5cd3284c2d5921b31652793'
+ '742e3d2d23e6bad8f56dccafdccc6c1b36cebdb7dd178b1f19942fcb37fe3ff8')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i 's|gtk_window_set_icon_from_file(GTK_WINDOW(mw->window),
ICONDIR"/l3afpad.png", NULL);|gtk_window_set_icon_name(GTK_WINDOW(mw->window),
"l3afpad");|' src/window.c
+ ./autogen.sh
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -Dm644 ../$pkgname.appdata.xml
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+ rm -r "$pkgdir/usr/share/pixmaps/"
+}
Deleted: l3afpad.appdata.xml
===================================================================
--- l3afpad.appdata.xml 2023-03-12 16:33:12 UTC (rev 1419379)
+++ l3afpad.appdata.xml 2023-03-12 16:33:22 UTC (rev 1419380)
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
- <id>com.github.l3afpad</id>
- <launchable type="desktop-id">l3afpad.desktop</launchable>
- <name>L3afpad</name>
- <summary>Simple text editor</summary>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>GPL-2.0</project_license>
- <description>
- <p>
- L3afpad is a simple GTK text editor that emphasizes simplicity. As
development
- focuses on keeping weight down to a minimum, only the most essential
features
- are implemented in the editor. L3afpad is simple to use, is easily
compiled,
- requires few libraries, and starts up quickly.
- </p>
- </description>
- <screenshots>
- <screenshot type="default">
-
<image>https://cn.opendesktop.org/img/hive/content-pre1/144892-1.png</image>
- </screenshot>
- </screenshots>
- <url type="bugtracker">https://github.com/stevenhoneyman/l3afpad/issues</url>
- <url type="homepage">https://github.com/stevenhoneyman/l3afpad</url>
-</component>
Copied: l3afpad/repos/community-x86_64/l3afpad.appdata.xml (from rev 1419379,
l3afpad/trunk/l3afpad.appdata.xml)
===================================================================
--- l3afpad.appdata.xml (rev 0)
+++ l3afpad.appdata.xml 2023-03-12 16:33:22 UTC (rev 1419380)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>com.github.l3afpad</id>
+ <launchable type="desktop-id">l3afpad.desktop</launchable>
+ <name>L3afpad</name>
+ <summary>Simple text editor</summary>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0</project_license>
+ <description>
+ <p>
+ L3afpad is a simple GTK text editor that emphasizes simplicity. As
development
+ focuses on keeping weight down to a minimum, only the most essential
features
+ are implemented in the editor. L3afpad is simple to use, is easily
compiled,
+ requires few libraries, and starts up quickly.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+
<image>https://cn.opendesktop.org/img/hive/content-pre1/144892-1.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="bugtracker">https://github.com/stevenhoneyman/l3afpad/issues</url>
+ <url type="homepage">https://github.com/stevenhoneyman/l3afpad</url>
+</component>