[packages/libfm] - build with gtk3 by default
hawk
hawk at pld-linux.org
Mon Apr 22 22:28:55 CEST 2024
commit e92e943aaf247ad97ee1a614b9285502459722d6
Author: Marcin Krol <hawk at tld-linux.org>
Date: Mon Apr 22 22:23:43 2024 +0200
- build with gtk3 by default
libfm.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libfm.spec b/libfm.spec
index 4a11e9c..ecd2392 100644
--- a/libfm.spec
+++ b/libfm.spec
@@ -1,7 +1,7 @@
#
# Conditional build:
%bcond_without apidocs # disable gtk-doc
-%bcond_with gtk3 # use GTK+ 3.x instead of 2.x
+%bcond_without gtk3 # use GTK+ 3.x instead of 2.x
%bcond_with extra_only # build only libfm-extra
%bcond_with bootstrap # synonym for extra_only (to break libfm<>menu-cache loop)
@@ -12,7 +12,7 @@ Summary: Helper library for pcmanfm
Summary(pl.UTF-8): Biblioteka pomocnicza do pcmanfm
Name: libfm
Version: 1.3.2
-Release: 1
+Release: 2
License: GPL v2+
Group: Libraries
Source0: http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.xz
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libfm.git/commitdiff/e92e943aaf247ad97ee1a614b9285502459722d6
More information about the pld-cvs-commit
mailing list