[arch-commits] Commit in xpad/repos/community-x86_64 (3 files)

Balló György bgyorgy at archlinux.org
Fri Dec 28 18:54:35 UTC 2018


    Date: Friday, December 28, 2018 @ 18:54:35
  Author: bgyorgy
Revision: 418719

archrelease: copy trunk to community-x86_64

Added:
  xpad/repos/community-x86_64/PKGBUILD
    (from rev 418718, xpad/trunk/PKGBUILD)
  xpad/repos/community-x86_64/xpad.appdata.xml
    (from rev 418718, xpad/trunk/xpad.appdata.xml)
Deleted:
  xpad/repos/community-x86_64/PKGBUILD

------------------+
 PKGBUILD         |   71 +++++++++++++++++++++++++++--------------------------
 xpad.appdata.xml |   21 +++++++++++++++
 2 files changed, 58 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-28 18:54:31 UTC (rev 418718)
+++ PKGBUILD	2018-12-28 18:54:35 UTC (rev 418719)
@@ -1,34 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Ben <contrasutra at myrealbox.com>
-
-pkgname=xpad
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="Stickies-like notes application"
-arch=('x86_64')
-depends=('gtksourceview3' 'libsm')
-makedepends=('intltool')
-url="https://launchpad.net/xpad"
-license=('GPL3')
-source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-# Unknown key
-#validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
-#	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
-sha256sums=('53464f911e45d154f0a41c0203ed2596da3dee1e8a4b99c2a7a77c37de1e63a9')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xpad/repos/community-x86_64/PKGBUILD (from rev 418718, xpad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-28 18:54:35 UTC (rev 418719)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+
+pkgname=xpad
+pkgver=5.3.0
+pkgrel=1
+pkgdesc="Stickies-like notes application"
+arch=('x86_64')
+depends=('gtksourceview3' 'libsm')
+makedepends=('intltool')
+url="https://launchpad.net/xpad"
+license=('GPL3')
+source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc}
+        xpad.appdata.xml)
+validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
+	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
+sha256sums=('6444ab85110e84571f02551ac0f87fd850235d2518371cd35e5364189b8d693f'
+            'SKIP'
+            '37a5d234a672438476cc410be3c0bf4bf23a0b5a1c9e882d782c675a9f4d5618')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../xpad.appdata.xml "$pkgdir/usr/share/metainfo/xpad.appdata.xml"
+}

Copied: xpad/repos/community-x86_64/xpad.appdata.xml (from rev 418718, xpad/trunk/xpad.appdata.xml)
===================================================================
--- xpad.appdata.xml	                        (rev 0)
+++ xpad.appdata.xml	2018-12-28 18:54:35 UTC (rev 418719)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>net.launchpad.xpad</id>
+  <launchable type="desktop-id">xpad.desktop</launchable>
+  <name>Xpad</name>
+  <summary>Jot down notes for later</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0</project_license>
+  <description>
+    <p>Xpad is a sticky note application that strives to be simple, fault-tolerant, and customizable. Xpad consists of independent pad windows; each is basically a text box in which notes can be written.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://wiki.gnome.org/Apps/Xpad?action=AttachFile&do=get&target=xpad-window.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://bugs.launchpad.net/xpad</url>
+  <url type="homepage">https://launchpad.net/xpad</url>
+  <update_contact>xpad-hackers at lists.launchpad.net</update_contact>
+  <translation type="gettext">xpad</translation>
+</component>



More information about the arch-commits mailing list