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

Eli Schwartz eschwartz at archlinux.org
Tue May 12 05:27:18 UTC 2020


    Date: Tuesday, May 12, 2020 @ 05:27:17
  Author: eschwartz
Revision: 626577

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 05:26:42 UTC (rev 626576)
+++ PKGBUILD	2020-05-12 05:27:17 UTC (rev 626577)
@@ -1,33 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Nate Simon <aurpkg (at natesimon.net)>
-
-pkgname=xed
-pkgver=2.4.1
-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' 'samurai' 'gobject-introspection' 'intltool' 'itstool')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('092d7b7897fa4ec5cd588468c99810b8c290fcc022df24e2abbcaef64e611c65')
-b2sums=('902fe280f2b74e3676c8aa2051c388f21262e6b050a76a2f81f0591d14f7a63bf7f42a2612c16ce7fb2844fa7648dfdef7a9281b35b6bdca24fc05d716460718')
-
-build() {
-    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    meson --prefix=/usr \
-          --libexecdir=lib/${pkgname} \
-          --buildtype=plain \
-          ..
-    samu
-}
-
-package(){
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    DESTDIR="${pkgdir}" samu install
-}

Copied: xed/repos/community-x86_64/PKGBUILD (from rev 626576, xed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-12 05:27:17 UTC (rev 626577)
@@ -0,0 +1,33 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xed
+pkgver=2.6.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' 'samurai' 'gobject-introspection' 'intltool' 'itstool')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('bf87d68acf28f94d0a6530a0cb19fa9dc2be45d14c1ed4ab8ba233ff23c60d00')
+b2sums=('424a9d6141d9560a54ab1f6f17b10fe6ee1652ff0072fc722ad3749ee47bb850322f8d7b946febd09b226ff1bbf19f7f1fa4996cb12284ae4a20c896499e45dd')
+
+build() {
+    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    meson --prefix=/usr \
+          --libexecdir=lib/${pkgname} \
+          --buildtype=plain \
+          ..
+    samu
+}
+
+package(){
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    DESTDIR="${pkgdir}" samu install
+}



More information about the arch-commits mailing list