Merge pull request #10612 from 4fury-c3440d8/b1

flacon, geeqie, viewnior
This commit is contained in:
Rmys
2022-08-13 20:51:18 +03:00
committed by GitHub
6 changed files with 113 additions and 28 deletions
@@ -0,0 +1,22 @@
From 5bf672b373c93a8ebd4040d934875969e697a470 Mon Sep 17 00:00:00 2001
From: Alexander Sokolov <sokoloff.a@gmail.com>
Date: Wed, 3 Aug 2022 17:43:29 +0300
Subject: [PATCH] Close issue #131: Tooltips of sidebar button.
---
gui/controls.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/controls.cpp b/gui/controls.cpp
index 4caaf6e..5d70140 100644
--- a/gui/controls.cpp
+++ b/gui/controls.cpp
@@ -53,7 +53,7 @@ ToolButton::ToolButton(const QIcon &icon, QWidget *parent) :
QToolButton(parent)
{
setAutoRaise(true);
- setStyleSheet("border: none;");
+ setStyleSheet("QToolButton{ border: none; }");
setFixedWidth(ToolButton::sizeHint().width());
setIcon(icon);
setPopupMode(QToolButton::InstantPopup);
+4 -1
View File
@@ -20,6 +20,9 @@
<Dependency>qt5-base-devel</Dependency>
<Dependency>uchardet-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">Tooltips_of_sidebar_button.patch</Patch>
</Patches>
</Source>
<Package>
@@ -42,7 +45,7 @@
<History>
<Update release="4">
<Date>2022-07-08</Date>
<Date>2022-08-13</Date>
<Version>9.1.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
+4 -21
View File
@@ -4,32 +4,15 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
j = ''.join([
' --disable-map',
' --disable-pdf',
' --disable-djvu',
' --disable-gtk3',
' --disable-gpu-accel',
' --disable-debug-log '
])
from pisi.actionsapi import mesontools, pisitools
def setup():
pisitools.cflags.add("-Wno-deprecated-declarations")
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.autoreconf("-vif")
autotools.configure(j)
mesontools.configure()
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("AUTHORS", "NEWS")
pisitools.removeDir("/usr/share/doc/geeqie-%s" % get.srcVERSION())
+14 -6
View File
@@ -15,14 +15,15 @@
<Description>
Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
</Description>
<Archive sha1sum="ffb680fb56603fe6b5f5079019a7659fa92862e4" type="tarxz">
https://github.com/BestImageViewer/geeqie/releases/download/v1.7.2/geeqie-1.7.2.tar.xz
<Archive sha1sum="dc4ad83760d9902b74478663e27a268999dca895" type="tarxz">
https://github.com/BestImageViewer/geeqie/releases/download/v2.0.1/geeqie-2.0.1.tar.xz
</Archive>
<BuildDependencies>
<Dependency>vim</Dependency>
<Dependency>meson</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>intltool</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>webp-devel</Dependency>
<Dependency>lirc-devel</Dependency>
@@ -38,7 +39,7 @@
<Dependency>ffmpegthumbnailer-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">Open_archive_not_working.patch</Patch>
<!-- <Patch level="1">Open_archive_not_working.patch</Patch> -->
</Patches>
</Source>
@@ -46,7 +47,7 @@
<Name>geeqie</Name>
<RuntimeDependencies>
<Dependency>lua</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>tiff</Dependency>
<Dependency>webp</Dependency>
<Dependency>lirc</Dependency>
@@ -81,6 +82,13 @@
</Package>
<History>
<Update release="4">
<Date>2022-08-13</Date>
<Version>2.0.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-02-04</Date>
<Version>1.7.2</Version>
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import mesontools
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>vienior</Name>
<Homepage>https://github.com/hellosiyan/Viewnior</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>GPL-3</License>
<IsA>app:gui</IsA>
<PartOf>multimedia.graphics</PartOf>
<Summary>Elegant Image Viewer.</Summary>
<Description>This is Viewnior, an image viewer program. Created to be simple, fast and elegant. Its minimalistic interface provides more screenspace for your images.</Description>
<Archive sha1sum="50f856e7ffbadabde7501de5370056938c7ac327" type="targz">
https://github.com/hellosiyan/Viewnior/archive/refs/tags/viewnior-1.8.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>meson</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>exiv2-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>viewnior</Name>
<RuntimeDependencies>
<Dependency>gtk2</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>exiv2-libs</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/viewnior</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-08-13</Date>
<Version>1.8</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>