Date: Wednesday, May 10, 2023 @ 21:23:38
Author: arojas
Revision: 1459842
archrelease: copy trunk to community-x86_64
Added:
vifm/repos/community-x86_64/PKGBUILD
(from rev 1459841, vifm/trunk/PKGBUILD)
vifm/repos/community-x86_64/keys/
vifm/repos/community-x86_64/vifm.changelog
(from rev 1459841, vifm/trunk/vifm.changelog)
Deleted:
vifm/repos/community-x86_64/PKGBUILD
vifm/repos/community-x86_64/keys/
vifm/repos/community-x86_64/vifm.changelog
----------------+
PKGBUILD | 62 ++++++++++-----------
vifm.changelog | 162 +++++++++++++++++++++++++++----------------------------
2 files changed, 112 insertions(+), 112 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-10 21:23:24 UTC (rev 1459841)
+++ PKGBUILD 2023-05-10 21:23:38 UTC (rev 1459842)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-
-pkgname=vifm
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="A file manager with curses interface, which provides Vi[m]-like
environment"
-arch=('x86_64')
-url="https://vifm.info/"
-license=('GPL')
-depends=('ncurses' 'desktop-file-utils')
-makedepends=('perl')
-changelog=$pkgname.changelog
-source=(https://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
-validpgpkeys=('22349CDBE5227D2108A5667799DC5E4DB05F6BE2') # xaizek
<[email protected]>
-sha256sums=('8fe2813ebdcccfe99aece02b05d62a20991525d46b0ccfbaec3af614c6655688'
- 'SKIP')
-
-build() {
- cd "${srcdir}"/$pkgname-$pkgver
-
- CFLAGS+=' -fcommon' #
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd "${srcdir}"/$pkgname-$pkgver
-
- make DESTDIR="${pkgdir}" install
-}
Copied: vifm/repos/community-x86_64/PKGBUILD (from rev 1459841,
vifm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-10 21:23:38 UTC (rev 1459842)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+
+pkgname=vifm
+pkgver=0.13
+pkgrel=1
+pkgdesc="A file manager with curses interface, which provides Vi[m]-like
environment"
+arch=('x86_64')
+url="https://vifm.info/"
+license=('GPL')
+depends=('ncurses' 'desktop-file-utils')
+makedepends=('perl')
+changelog=$pkgname.changelog
+source=(https://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('22349CDBE5227D2108A5667799DC5E4DB05F6BE2') # xaizek
<[email protected]>
+sha256sums=('0d9293749a794076ade967ecdc47d141d85e450370594765391bdf1a9bd45075'
+ 'SKIP')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ CFLAGS+=' -fcommon' #
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}
Deleted: vifm.changelog
===================================================================
--- vifm.changelog 2023-05-10 21:23:24 UTC (rev 1459841)
+++ vifm.changelog 2023-05-10 21:23:38 UTC (rev 1459842)
@@ -1,81 +0,0 @@
-2022-09-27 Jaroslav Lichtblau <[email protected]>
- * vifm 0.12.1-1
-
-2021-10-03 Jaroslav Lichtblau <[email protected]>
- * vifm 0.12-1
-
-2020-10-07 Jaroslav Lichtblau <[email protected]>
- * vifm 0.11-1
-
-2019-08-06 Jaroslav Lichtblau <[email protected]>
- * vifm 0.10.1-1
-
-2018-11-12 Jaroslav Lichtblau <[email protected]>
- * vifm 0.10-1
-
-2018-02-07 Jaroslav Lichtblau <[email protected]>
- * vifm 0.9.1-1
-
-2017-06-24 Jaroslav Lichtblau <[email protected]>
- * vifm 0.9-1
-
-2016-09-21 Jaroslav Lichtblau <[email protected]>
- * vifm 0.8.2-2 FS#50799 fix
-
-2016-07-19 Jaroslav Lichtblau <[email protected]>
- * vifm 0.8.2-1
-
-2016-05-01 Jaroslav Lichtblau <[email protected]>
- * vifm 0.8.1.a-1 FS#49159 fix
-
-2016-04-30 Jaroslav Lichtblau <[email protected]>
- * vifm 0.8.1a-1
-
-2016-01-19 Jaroslav Lichtblau <[email protected]>
- * vifm 0.8.1-1
-
-2015-07-10 Jaroslav Lichtblau <[email protected]>
- * vifm 0.8-1
- * .install file added
-
-2014-10-28 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.8-1
-
-2014-05-18 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.7-1
-
-2013-11-11 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.6-1
-
-2013-05-18 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.5-1
-
-2013-01-30 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.4b-1
-
-2012-10-20 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.4a-1
-
-2012-07-07 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.3a-1
-
-2012-06-04 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.3-1
-
-2012-02-25 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.2-1
-
-2011-11-28 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.1-1
-
-2011-10-09 Jaroslav Lichtblau <[email protected]>
- * vifm 0.7.0-1
-
-2011-08-20 Jaroslav Lichtblau <[email protected]>
- * vifm 0.6.3-1
-
-2011-07-19 Jaroslav Lichtblau <[email protected]>
- * vifm 0.6.2-1
-
-2010-02-15 Jaroslav Lichtblau <[email protected]>
- * Moved to [community] 0.5-2 (212 votes in AUR)
Copied: vifm/repos/community-x86_64/vifm.changelog (from rev 1459841,
vifm/trunk/vifm.changelog)
===================================================================
--- vifm.changelog (rev 0)
+++ vifm.changelog 2023-05-10 21:23:38 UTC (rev 1459842)
@@ -0,0 +1,81 @@
+2022-09-27 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.12.1-1
+
+2021-10-03 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.12-1
+
+2020-10-07 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.11-1
+
+2019-08-06 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.10.1-1
+
+2018-11-12 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.10-1
+
+2018-02-07 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.9.1-1
+
+2017-06-24 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.9-1
+
+2016-09-21 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.8.2-2 FS#50799 fix
+
+2016-07-19 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.8.2-1
+
+2016-05-01 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.8.1.a-1 FS#49159 fix
+
+2016-04-30 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.8.1a-1
+
+2016-01-19 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.8.1-1
+
+2015-07-10 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.8-1
+ * .install file added
+
+2014-10-28 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.8-1
+
+2014-05-18 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.7-1
+
+2013-11-11 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.6-1
+
+2013-05-18 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.5-1
+
+2013-01-30 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.4b-1
+
+2012-10-20 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.4a-1
+
+2012-07-07 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.3a-1
+
+2012-06-04 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.3-1
+
+2012-02-25 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.2-1
+
+2011-11-28 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.1-1
+
+2011-10-09 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.7.0-1
+
+2011-08-20 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.6.3-1
+
+2011-07-19 Jaroslav Lichtblau <[email protected]>
+ * vifm 0.6.2-1
+
+2010-02-15 Jaroslav Lichtblau <[email protected]>
+ * Moved to [community] 0.5-2 (212 votes in AUR)