]> git.pld-linux.org Git - packages/lxappearance.git/commitdiff
disable visibility in MATE; mate has own tool for this auto/th/lxappearance-0.5.2-2 auto/ti/lxappearance-0.5.2-2
authorElan Ruusamäe <glen@delfi.ee>
Fri, 29 Mar 2013 20:57:57 +0000 (22:57 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 29 Mar 2013 20:57:57 +0000 (22:57 +0200)
lxappearance.spec
mate-desktop.patch [new file with mode: 0644]

index d4c56a1e309edd915bc78925a64cf192c4a91f62..cef7db0a88bb76b070b819e43d27c7350738e07f 100644 (file)
 Summary:       Desktop-independent theme switcher for GTK+
 Name:          lxappearance
 Version:       0.5.2
-Release:       1
+Release:       2
 License:       GPL v3
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
 # Source0-md5: a088c6ef08fd25df7dc3be5b07168bbe
+Patch0:                mate-desktop.patch
 URL:           http://wiki.lxde.org/en/LXAppearance
 BuildRequires: gettext-devel
 %{?with_gtk2:BuildRequires:    gtk+2-devel >= 2:2.12.0}
@@ -37,6 +38,7 @@ Header files for lxappearance.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
@@ -50,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_libdir}/lxappearance/plugins
 
-%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/tt_RU
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/tt_RU
 
 %find_lang %{name}
 
diff --git a/mate-desktop.patch b/mate-desktop.patch
new file mode 100644 (file)
index 0000000..fbe5538
--- /dev/null
@@ -0,0 +1,10 @@
+--- lxappearance-0.5.2/./data/lxappearance.desktop~    2012-05-20 17:30:13.000000000 +0300
++++ lxappearance-0.5.2/./data/lxappearance.desktop     2013-03-29 22:56:50.156462788 +0200
+@@ -136,6 +136,6 @@
+ Comment[zh_TW]=自訂桌面和應用程式的外觀風格
+ Icon=preferences-desktop-theme
+ Exec=lxappearance
+-NotShowIn=GNOME;XFCE;
++NotShowIn=GNOME;MATE;XFCE;
+ StartupNotify=true
+ Categories=Settings;DesktopSettings;GTK;X-LXDE-Settings;
This page took 0.158921 seconds and 4 git commands to generate.