[arch-commits] Commit in xed/repos/community-x86_64 (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Sun Jun 30 03:49:47 UTC 2019


    Date: Sunday, June 30, 2019 @ 03:49:46
  Author: eschwartz
Revision: 486035

archrelease: copy trunk to community-x86_64

Added:
  xed/repos/community-x86_64/PKGBUILD
    (from rev 486034, xed/trunk/PKGBUILD)
Deleted:
  xed/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-30 03:49:34 UTC (rev 486034)
+++ PKGBUILD	2019-06-30 03:49:46 UTC (rev 486035)
@@ -1,32 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Nate Simon <aurpkg (at natesimon.net)>
-
-pkgname=xed
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="A small and lightweight text editor. X-Apps Project."
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname}"
-license=('GPL')
-groups=('x-apps')
-depends=('gspell' 'gtksourceview3' 'libpeas' 'xapps')
-makedepends=('meson' 'gobject-introspection' 'intltool' 'itstool')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('e72a57be5676057f33a861e2d86dba8ab3f296991e79fd8ef29cf95445e46fce')
-
-build() {
-    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    meson --prefix=/usr \
-          --libexecdir=lib/${pkgname} \
-          --buildtype=plain \
-          ..
-    ninja
-}
-
-package(){
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    DESTDIR="${pkgdir}" ninja install
-}

Copied: xed/repos/community-x86_64/PKGBUILD (from rev 486034, xed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-30 03:49:46 UTC (rev 486035)
@@ -0,0 +1,32 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xed
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A small and lightweight text editor. X-Apps Project."
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname}"
+license=('GPL')
+groups=('x-apps')
+depends=('gspell' 'gtksourceview3' 'libpeas' 'xapps')
+makedepends=('meson' 'gobject-introspection' 'intltool' 'itstool')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('a2e2208ad6f5be1b0835202e461628f81a246cb120bd8d37928e41cb72a82617')
+
+build() {
+    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    meson --prefix=/usr \
+          --libexecdir=lib/${pkgname} \
+          --buildtype=plain \
+          ..
+    ninja
+}
+
+package(){
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    DESTDIR="${pkgdir}" ninja install
+}



More information about the arch-commits mailing list