]> git.pld-linux.org Git - packages/applnk.git/commitdiff
- added Settings->GNOME Settings submenu (gnome-settings.patch,
authorgrzegol <grzegol@pld-linux.org>
Sat, 24 Jul 2004 14:52:48 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  package_gnome_accessibility.png, package_gnome_advanced.png,
package_gnome_system.png)
- rel. 2.1 (works for me, but need testing/discuss)

Changed files:
    applnk.spec -> 1.67

applnk.spec

index 98762494d0359825eedede256a4c4b3e43e37921..35dd9fdc37edd7843360458c307ab2ff2eda0611 100644 (file)
@@ -2,13 +2,17 @@ Summary:      Applnk - base directories tree used for storing desktop/kdelnk menu ent
 Summary(pl):   Applnk - bazowa struktura katalogów z opisami do plików desktop/kdelnk
 Name:          applnk
 Version:       1.9.3
-Release:       2
+Release:       2.1
 License:       GPL
 Group:         Base
 #Source0:      ftp://ftp.pld-linux.org/software/applnk/
 Source0:       %{name}-%{version}.tar.bz2
 # Source0-md5: 4ca390faf2287051251cca02d971bac1
+Source1:       package_gnome_accessibility.png
+Source2:       package_gnome_advanced.png
+Source3:       package_gnome_system.png
 Patch0:                %{name}-xmllint.patch
+Patch1:                %{name}-gnome-settings.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildArch:     noarch
@@ -32,6 +36,7 @@ grup/element
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
@@ -42,12 +47,13 @@ rm -f missing
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_xdgconfdir}/menus/applications-merged
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        pixmapsdir=%{_pixmapsdir}
 
-install -d $RPM_BUILD_ROOT%{_xdgconfdir}/menus/applications-merged
+install %{SOURCE1} %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.077659 seconds and 4 git commands to generate.