[arch-commits] Commit in tt-rss/repos/community-any (6 files)

Anatol Pomozov anatolik at archlinux.org
Tue Jun 2 01:06:12 UTC 2020


    Date: Tuesday, June 2, 2020 @ 01:06:11
  Author: anatolik
Revision: 637924

archrelease: copy trunk to community-any

Added:
  tt-rss/repos/community-any/PKGBUILD
    (from rev 637923, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-any/service
    (from rev 637923, tt-rss/trunk/service)
  tt-rss/repos/community-any/tt-rss.install
    (from rev 637923, tt-rss/trunk/tt-rss.install)
Deleted:
  tt-rss/repos/community-any/PKGBUILD
  tt-rss/repos/community-any/service
  tt-rss/repos/community-any/tt-rss.install

----------------+
 PKGBUILD       |  106 +++++++++++++++++++++++++++----------------------------
 service        |   24 ++++++------
 tt-rss.install |   22 +++++------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-02 01:05:40 UTC (rev 637923)
+++ PKGBUILD	2020-06-02 01:06:11 UTC (rev 637924)
@@ -1,53 +0,0 @@
-# Maintainer:  Anatol Pomozov <anatol at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Clément Démoulins <clement at archivel.fr>
-# Contributor: David Rosenstrauch <darose at darose.net>
-# Contributor: Erik Mank <erik at braindisorder.org>
-
-pkgname=tt-rss
-pkgver=r9844.8ad523fce
-pkgrel=1
-epoch=2
-pkgdesc='Web-based news feed (RSS/Atom) aggregator'
-arch=(any)
-url='https://tt-rss.org'
-license=(GPL)
-backup=(etc/webapps/tt-rss/config.php)
-depends=(php php-intl)
-install=tt-rss.install
-optdepends=('mysql'
-            'postgresql'
-            'php-gd: for coloured feed badges')
-makedepends=('git')
-_commit=8ad523fcec9da825d99e07fc23630bc6aeb1c0fc
-# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10&t=3262
-source=(git+https://git.tt-rss.org/fox/tt-rss.git#commit=$_commit
-        service)
-sha1sums=('SKIP'
-          'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
-
-pkgver() {
-  cd tt-rss
-  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
-  cd tt-rss
-  _instdir="$pkgdir"/usr/share/webapps/$pkgname
-
-  install -d "$_instdir"
-  cp -ra * "$_instdir/"
-
-  install -Dm640 -g http config.php-dist "$pkgdir"/etc/webapps/tt-rss/config.php
-  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
-
-  install -d "$pkgdir"/var/lib/tt-rss
-  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
-  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
-  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
-  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
-  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
-  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
-
-  install -Dm644 "$srcdir"/service "$pkgdir"/usr/lib/systemd/system/tt-rss.service
-}

Copied: tt-rss/repos/community-any/PKGBUILD (from rev 637923, tt-rss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-02 01:06:11 UTC (rev 637924)
@@ -0,0 +1,53 @@
+# Maintainer:  Anatol Pomozov <anatol at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Clément Démoulins <clement at archivel.fr>
+# Contributor: David Rosenstrauch <darose at darose.net>
+# Contributor: Erik Mank <erik at braindisorder.org>
+
+pkgname=tt-rss
+pkgver=r9913.ac17ded85
+pkgrel=1
+epoch=2
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=(any)
+url='https://tt-rss.org'
+license=(GPL)
+backup=(etc/webapps/tt-rss/config.php)
+depends=(php php-intl)
+install=tt-rss.install
+optdepends=('mysql'
+            'postgresql'
+            'php-gd: for coloured feed badges')
+makedepends=('git')
+_commit=ac17ded854557e77840bf99ec48e736a2586f7e4
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10&t=3262
+source=(git+https://git.tt-rss.org/fox/tt-rss.git#commit=$_commit
+        service)
+sha1sums=('SKIP'
+          'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
+
+pkgver() {
+  cd tt-rss
+  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd tt-rss
+  _instdir="$pkgdir"/usr/share/webapps/$pkgname
+
+  install -d "$_instdir"
+  cp -ra * "$_instdir/"
+
+  install -Dm640 -g 33 config.php-dist "$pkgdir"/etc/webapps/tt-rss/config.php
+  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
+
+  install -d "$pkgdir"/var/lib/tt-rss
+  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
+  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
+  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
+  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
+  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
+
+  install -Dm644 "$srcdir"/service "$pkgdir"/usr/lib/systemd/system/tt-rss.service
+}

Deleted: service
===================================================================
--- service	2020-06-02 01:05:40 UTC (rev 637923)
+++ service	2020-06-02 01:06:11 UTC (rev 637924)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Tiny Tiny RSS feeds update daemon
-After=network.target mysqld.service postgresql.service
-
-[Service]
-ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
-User=http
-StandardOutput=null
-StandardError=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: tt-rss/repos/community-any/service (from rev 637923, tt-rss/trunk/service)
===================================================================
--- service	                        (rev 0)
+++ service	2020-06-02 01:06:11 UTC (rev 637924)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Tiny Tiny RSS feeds update daemon
+After=network.target mysqld.service postgresql.service
+
+[Service]
+ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
+User=http
+StandardOutput=null
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target

Deleted: tt-rss.install
===================================================================
--- tt-rss.install	2020-06-02 01:05:40 UTC (rev 637923)
+++ tt-rss.install	2020-06-02 01:06:11 UTC (rev 637924)
@@ -1,11 +0,0 @@
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ "$(vercmp $2 1:19.2.r209.gb68db2d02-1)" -le 0 ]; then
-    cat << EOF
-===> Please make sure 'extension=intl' is enabled in PHP config (/etc/php/php.ini)
-===> Otherwise you'll get a 'PHP UConverter class is missing' error
-===> See https://wiki.archlinux.org/index.php/TT-RSS for more info
-EOF
-  fi
-}

Copied: tt-rss/repos/community-any/tt-rss.install (from rev 637923, tt-rss/trunk/tt-rss.install)
===================================================================
--- tt-rss.install	                        (rev 0)
+++ tt-rss.install	2020-06-02 01:06:11 UTC (rev 637924)
@@ -0,0 +1,11 @@
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 1:19.2.r209.gb68db2d02-1)" -le 0 ]; then
+    cat << EOF
+===> Please make sure 'extension=intl' is enabled in PHP config (/etc/php/php.ini)
+===> Otherwise you'll get a 'PHP UConverter class is missing' error
+===> See https://wiki.archlinux.org/index.php/TT-RSS for more info
+EOF
+  fi
+}



More information about the arch-commits mailing list