Browse Source

updated 6 packages

geoclue2-2.5.7-1

gnome-clocks-40.0-1

gnome-contacts-40.0-1

gnome-tweaks-40.0-1

rpm-4.16.1.3-1

vine-themes-7.0.13-1
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
f066a7b08f

+ 10 - 10
g/geoclue2/geoclue2-vl.spec

@@ -3,7 +3,7 @@
 Summary:        A modular geoinformation service
 Summary(ja):    モジュール型地理情報サービス
 Name:           geoclue2
-Version:        2.5.6
+Version:        2.5.7
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Group:          system
 Vendor:         Project Vine
@@ -23,7 +23,7 @@ BuildRequires: NetworkManager-libnm-devel
 BuildRequires: gobject-introspection-devel
 BuildRequires: avahi-glib-devel
 BuildRequires: libnotify-devel
-BuildRequires: vala-devel
+BuildRequires: vala
 BuildRequires: gtk-doc
 BuildRequires: itstool
 BuildRequires: meson
@@ -47,6 +47,9 @@ Requires: pkgconfig
 Files for development with geoclue.
 
 
+%debug_package
+
+
 %prep
 %setup -q -n geoclue-%{version}
 
@@ -85,20 +88,14 @@ getent passwd geoclue >/dev/null || \
 exit 0
 
 
-%post
-/sbin/ldconfig
 %if %{with systemd}
+%post
 %systemd_post geoclue.service
-%endif
 
-%if %{with systemd}
 %preun
 %systemd_preun geoclue.service
-%endif
 
 %postun
-/sbin/ldconfig
-%if %{with systemd}
 %systemd_postun_with_restart geoclue.service
 %endif
 
@@ -106,7 +103,7 @@ exit 0
 %files
 %defattr(-,root,root,-)
 %license COPYING
-%doc README
+%doc README.md
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
 %{_sysconfdir}/geoclue/geoclue.conf
@@ -139,6 +136,9 @@ exit 0
 
 
 %changelog
+* Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.7-1
+- new upstream release.
+
 * Sun Aug 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.6-1
 - new upstream release.
 

+ 15 - 21
g/gnome-clocks/gnome-clocks-vl.spec

@@ -1,14 +1,15 @@
 Summary:	Clocks applications for GNOME
 Summary(ja):	GNOME 用時計アプリケーション
 Name:		gnome-clocks
-Version:	3.36.2
+Version:	40.0
 Release:	1%{?_dist_release}
+Group:		desktop-gnome,accesories
 Vendor:		Project Vine
 Distribution:	Vine Linux
 
 License:	GPLv2+
 URL:		https://live.gnome.org/GnomeClocks
-%global		shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
+%global		shortver %(echo %{version} | cut -d . -f 1)
 Source0:	https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -24,9 +25,8 @@ BuildRequires:	geoclue2-devel >= 1.99.3
 BuildRequires:	gsound-devel >= 1.0
 BuildRequires:	yelp-tools
 BuildRequires:	vala
-BuildRequires:	vala-tools
 BuildRequires:	libappstream-glib-devel
-BuildRequires:	libhandy0-devel
+BuildRequires:	libhandy-devel
 
 Requires(postun,posttrans):	desktop-file-utils
 
@@ -36,41 +36,31 @@ Clock application designed for GNOME 3
 %description -l ja
 gnome-clocks は GNOME3 向けに作られた時計アプリケーションです。
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
+
 %build
 %meson
 
 %meson_build
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %meson_install
-
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
 %find_lang %{name} --with-gnome
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
-
-%postun
-if [ $1 -eq 0 ]; then
-  touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
-  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
-  update-desktop-database -q &> /dev/null ||:
-  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
-fi
-
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
-update-desktop-database -q &> /dev/null ||:
-glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %files -f %{name}.lang
@@ -87,6 +77,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 40.0-1
+- new upstream release.
+- dropped scriptlets.
+
 * Wed Aug 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.2-1
 - new upstream release.
 

+ 15 - 12
g/gnome-contacts/gnome-contacts-vl.spec

@@ -2,14 +2,14 @@
 Summary:	GNOME contacts list manager
 Summary(ja):	GNOME 連絡先リストマネージャー
 Name:		gnome-contacts
-Version:	3.36.2
+Version:	40.0
 Release:	1%{?_dist_release}
 Vendor:		Project Vine
 Distribution:	Vine Linux
 Packager:	yasumichi
 
 License:	GPLv2
-%global		shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
+%global		shortver %(echo %{version} | cut -d . -f 1)
 Source0:	https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -28,9 +28,13 @@ BuildRequires:	gnome-online-accounts-devel
 BuildRequires:	cheese-devel
 BuildRequires:	libchamplain-devel
 BuildRequires:	geocode-glib-devel >= 3.15.3
-BuildRequires:	vala-tools
+BuildRequires:	vala
 BuildRequires:	libappstream-glib-devel
 BuildRequires:	libgee-vala
+BuildRequires:	libhandy-devel
+BuildRequires:	libxslt
+BuildRequires:  docbook-dtds
+BuildRequires:  docbook-style-xsl
 
 %description
 gnome-contacts is a contacts list manager of Google account.
@@ -38,6 +42,10 @@ gnome-contacts is a contacts list manager of Google account.
 %description -l ja
 GNOME コンタクトは、Google アカウントの連絡先リストマネージャーです。
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
@@ -57,15 +65,6 @@ GNOME コンタクトは、Google アカウントの連絡先リストマネー
 %{__rm} -rf ${RPM_BUILD_ROOT}
 
 
-%postun
-if [ $1 -eq 0 ]; then
-  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
-fi
-
-%posttrans
-glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
-
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %license COPYING
@@ -82,6 +81,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 40.0-1
+- new upstream release.
+- dropped scriptlets.
+
 * Wed Aug 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.2-1
 - new upstream release.
 

+ 9 - 20
g/gnome-tweaks/gnome-tweaks-vl.spec

@@ -1,15 +1,15 @@
 Summary:	Graphical interface for advanced GNOME 3 settings
 Summary(ja):	GNOME3の上級設定を行うためのグラフィカルインターフェイス
 Name:		gnome-tweaks
-Group:		desktop-gnome
-Version:	3.34.0
-Release:	2%{?_dist_release}
+Version:	40.0
+Release:	1%{?_dist_release}
+Group:		desktop-gnome,accesories
 Vendor:		Project Vine
 Distribution:	Vine Linux
 
 License:	GPLv3
 URL:		http://live.gnome.org/GnomeTweakTool
-%global		shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
+%global		shortver %(echo %{version} | cut -d . -f 1)
 Source0:	https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
 
 BuildArch:	noarch
@@ -32,7 +32,6 @@ Requires:       gnome-shell
 Requires:       gobject-introspection
 Requires:       gsettings-desktop-schemas
 Requires:       gtk3
-Requires:       libhandy0
 Requires:       libnotify
 Requires:       libsoup
 Requires:       mutter
@@ -82,27 +81,13 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 %find_lang %{name}
 
 
-%post
-touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
-update-desktop-database -q &> /dev/null || :
-
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
-    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
-    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
-    update-desktop-database -q &> /dev/null || :
-fi
-
-
 %files -f %{name}.lang
 %license LICENSES/*
 %doc AUTHORS NEWS README*
 %{_bindir}/%{name}
 %{python3_sitelib}/gtweak
 %{_libexecdir}/gnome-tweak-tool-lid-inhibitor
+%{_datadir}/glib-2.0/schemas/org.gnome.tweaks.gschema.xml
 %{_datadir}/metainfo/*.xml
 %{_datadir}/applications/*.desktop
 %{_datadir}/%{name}
@@ -110,6 +95,10 @@ fi
 
 
 %changelog
+* Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 40.0-1
+- new upstream release.
+- dropped scriptlets.
+
 * Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.34.0-2
 - rebuilt with python-3.8.
 

+ 8 - 3
r/rpm/rpm-vl.spec

@@ -50,9 +50,9 @@
 Summary: The RPM package management system.
 Summary(ja): RPM パッケージ管理システム
 Name: rpm
-Version: 4.16.1.2
+Version: 4.16.1.3
 %define rpm_version %{version}
-Release: 2%{_dist_release}%{?with_systemd:.systemd}
+Release: 1%{_dist_release}%{?with_systemd:.systemd}
 Group: admin-tools
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -108,7 +108,7 @@ Patch10008: 0009-rpm-4.4.2-add-default-srcdefattr.patch.patch
 Patch10009: 0010-rpm-4.10.0-brp-strip-static-archive-find-a-only.patc.patch
 Patch10010: 0011-rpm-4.9.1.2-force-v3-sigs.patch.patch
 Patch10011: 0012-rpm-4.9.1.2-enable-xz-payload.patch.patch
-Patch11000: rpm-4.16.1.2-ja.po.patch
+Patch11000: rpm-4.16.1.3-ja.po.patch
 Patch12000: add-log.patch
 
 Conflicts: patch < 2.5
@@ -601,6 +601,11 @@ exit 0
 
 
 %changelog
+* Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.16.1.3-1
+- updated to 4.16.1.3.
+- fixed %%_sharedstatedir in macros.
+- updated Patch11000: ja.po.
+
 * Tue Mar 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.16.1.2-2
 - added missing directories.
 - dropped ldconfig scriptlets.

+ 18 - 21
v/vine-themes/vine-themes-vl.spec

@@ -1,37 +1,38 @@
 Summary: Vine themes for gtk/metacity/icons
 Summary(ja): gtk/metacity/icons 用 Vine テーマ 
 Name: vine-themes
-Version: 7.0.12
+Version: 7.0.13
 Release: 1%{?_dist_release}
-License: GPLv2
-Group: User Interface/Desktops
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke
 
-Source0: metatheme-vine-7.0.12.tar.xz
+License: GPLv2
+Source0: metatheme-vine-7.0.13.tar.xz
 Source1: icon-theme-vine-7.0.3.tar.xz
 Source2: cursor-theme-vine-7.tar.xz
 
 BuildRoot: %{_tmppath}/%{name}-root
 BuildArch: noarch
 
-Requires(post): gtk2
 Obsoletes: gnome-themes-vine < 3.8.0-2
 Provides: gnome-themes-vine = %{version}-%{release}
 Conflicts: metacity < 2.34.13-4
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: daisuke
-
 %description
 Contains the vine themes for Gnome desktop environment.
 
 %description -l ja
 このパッケージにはGNOMEデスクトップ環境用 Vine テーマが含まれます。 
 
+
 %prep
 
+
 %build
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -40,34 +41,30 @@ mkdir $RPM_BUILD_ROOT%{_datadir}/themes
 mkdir $RPM_BUILD_ROOT%{_datadir}/icons
 
 # install Vine
-tar xJvf %{SOURCE0} -C $RPM_BUILD_ROOT%{_datadir}/themes
-tar xJvf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/icons
-tar xJvf %{SOURCE2} -C $RPM_BUILD_ROOT%{_datadir}/icons
+tar xvf %{SOURCE0} -C $RPM_BUILD_ROOT%{_datadir}/themes
+tar xvf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/icons
+tar xvf %{SOURCE2} -C $RPM_BUILD_ROOT%{_datadir}/icons
 
 # remove audio, battery icons
 for file in `find $RPM_BUILD_ROOT%{_datadir}/icons/Vine/ | egrep "audio|battery"`; do 
 	rm -f $file
 done
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-if [ -f /usr/bin/gtk-update-icon-cache ]; then
-  for dir in /usr/share/icons/*; do
-    if [ -d "$dir" -a -f "$dir/index.theme" ]; then
-        /usr/bin/gtk-update-icon-cache --quiet $dir ||:
-    fi
-  done
-fi
-
 
 %files
 %defattr(-,root,root)
 %{_datadir}/icons/*
 %{_datadir}/themes/*
 
+
 %changelog
+* Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.13-1
+- added @text_view_bg for vte-0.64.
+
 * Mon Jan 07 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.12-1
 - fixed styles deprecated by gtk-3.22.
 - changed order of fallbacks.