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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 18 09:41:33 UTC 2022


    Date: Saturday, June 18, 2022 @ 09:41:33
  Author: arojas
Revision: 1238374

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-18 09:41:22 UTC (rev 1238373)
+++ PKGBUILD	2022-06-18 09:41:33 UTC (rev 1238374)
@@ -1,33 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Nate Simon <aurpkg (at natesimon.net)>
-
-pkgname=xed
-pkgver=3.2.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' 'gtksourceview4' 'libpeas' 'xapps')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool' 'itstool')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('7f0a1a8abc85da66980354aa033c1215eb7bf4e23e71d14b6ae9a28956352632')
-b2sums=('38481f68ba5279b7e1af361a783700d301b3e8d830c66b78e178283ae9e804ad2632ad6942d6367d02a1c084cfd69d3eb8df8702f0a7611ab94046e7ec9d7e47')
-
-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 1238373, xed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-18 09:41:33 UTC (rev 1238374)
@@ -0,0 +1,33 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xed
+pkgver=3.2.3
+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' 'gtksourceview4' 'libpeas' 'xapps')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool' 'itstool')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('388c1c49be0b284f79f0c84e3ad37d7966cd300fac002b9034b0c089738bd2c8')
+b2sums=('3551a33d57bafb913a5c206f90600bc08c42e58f6a4e8ac507ae82a38e22568c0d01378ee1551f39c27dc9061a51303da1b5014e7f939a86b00b6ade68f55635')
+
+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