[arch-commits] Commit in sparkleshare/trunk (2 files)

Antonio Rojas arojas at archlinux.org
Sun Jan 10 12:30:55 UTC 2021


    Date: Sunday, January 10, 2021 @ 12:30:54
  Author: arojas
Revision: 817046

Update to 3.38

Modified:
  sparkleshare/trunk/0001-Use-gtk-status-icon-by-default.patch
  sparkleshare/trunk/PKGBUILD

-------------------------------------------+
 0001-Use-gtk-status-icon-by-default.patch |    7 +++++--
 PKGBUILD                                  |    8 ++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: 0001-Use-gtk-status-icon-by-default.patch
===================================================================
--- 0001-Use-gtk-status-icon-by-default.patch	2021-01-10 12:23:44 UTC (rev 817045)
+++ 0001-Use-gtk-status-icon-by-default.patch	2021-01-10 12:30:54 UTC (rev 817046)
@@ -25,7 +25,7 @@
 index 74fd5559..eac9b4ae 100644
 --- a/SparkleShare/Linux/UserInterface.cs
 +++ b/SparkleShare/Linux/UserInterface.cs
-@@ -92,17 +92,9 @@ namespace SparkleShare
+@@ -92,20 +92,9 @@ namespace SparkleShare
              if (args.Length > 0)
                  Logger.LogInfo ("Environment", "Arguments: " + string.Join (" ", args));
  
@@ -37,7 +37,10 @@
                  StatusIcon.use_appindicator = true;
 -            #else
 -            if (StatusIcon.use_appindicator) {
--                Console.WriteLine ("AppIndicator not installed.");
+-                Console.ForegroundColor = ConsoleColor.Red;
+-                Console.WriteLine ("error: AppIndicator not found. Install AppIndicator or run with --status-icon=gtk");
+-                Console.ResetColor ();
+-
 -                Environment.Exit (-1);
 -            }
              #endif

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 12:23:44 UTC (rev 817045)
+++ PKGBUILD	2021-01-10 12:30:54 UTC (rev 817046)
@@ -4,8 +4,8 @@
 
 pkgname=sparkleshare
 _pkgname=SparkleShare
-pkgver=3.28
-pkgrel=5
+pkgver=3.38
+pkgrel=1
 pkgdesc="Collaboration and sharing tool based on git written in C Sharp"
 arch=('any')
 url="https://www.sparkleshare.org/"
@@ -12,11 +12,11 @@
 license=('GPL3')
 depends=('webkit2-sharp' 'notify-sharp-3' 'curl' 'git-lfs' 'openssh' 'gvfs')
 makedepends=(git meson)
-_commit=3176efc8c38f5effba780aa9bbc0b1d5a313129a  # tags/3.28
+_commit=23d7166012e6fcf9ad6b6d317217908bbc0f51c8
 source=("git+https://github.com/hbons/SparkleShare.git#commit=$_commit"
         "0001-Use-gtk-status-icon-by-default.patch")
 sha256sums=('SKIP'
-            '748a4aa153689d59aa6145eb91b863d8f7668fcb901a7773befd44afd1f904d9')
+            '6565b373198faccade6de323a372ed4f9b26bdceefb2ce886df953eebe464b8f')
 
 pkgver() {
   cd $_pkgname



More information about the arch-commits mailing list