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

Antonio Rojas arojas at archlinux.org
Tue Feb 26 22:28:14 UTC 2019


    Date: Tuesday, February 26, 2019 @ 22:28:13
  Author: arojas
Revision: 436182

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-26 22:27:53 UTC (rev 436181)
+++ PKGBUILD	2019-02-26 22:28:13 UTC (rev 436182)
@@ -1,37 +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.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/PKGBUILD (from rev 436181, xpad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-26 22:28:13 UTC (rev 436182)
@@ -0,0 +1,34 @@
+# 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.4.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})
+validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
+	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
+sha256sums=('a395cb282a2cfb0d56f1e911afb7e38ad74f6d738082a7c6c181b3052ca7f5e2'
+            'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: xpad.appdata.xml
===================================================================
--- xpad.appdata.xml	2019-02-26 22:27:53 UTC (rev 436181)
+++ xpad.appdata.xml	2019-02-26 22:28:13 UTC (rev 436182)
@@ -1,21 +0,0 @@
-<?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