]> git.pld-linux.org Git - packages/fbpanel.git/commitdiff
- rel.2 for fixed file watcher and build_fixes patches, auto/th/fbpanel-4_3-2
authorfreetz <freetz@pld-linux.org>
Sun, 20 Aug 2006 11:00:27 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  added client_list patch (NETWM fix)

Changed files:
    fbpanel.spec -> 1.22

fbpanel.spec

index 8a684f130e5986fc60d0dfd4cd16cfda80cbfa08..d6e6d4cdf031f4f34b77771657ea13389a952e71 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Lightweight and NETWM compliant desktop panel
 Summary(pl):   Lekki i zgodny z NETWM panel
 Name:          fbpanel
 Version:       4.3
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/fbpanel/%{name}-%{version}.tgz
@@ -10,6 +10,7 @@ Source0:      http://dl.sourceforge.net/fbpanel/%{name}-%{version}.tgz
 Source1:       %{name}.menu.readme
 Patch0:                %{name}-build_fixes.patch
 Patch1:                %{name}-file_watcher.patch
+Patch2:                %{name}-client_list.patch
 URL:           http://fbpanel.sourceforge.net/
 BuildRequires: gtk+2-devel >= 2:2.4.0
 BuildRequires: pkgconfig
@@ -26,7 +27,8 @@ fbpanel to lekki i zgodny ze specyfikacj
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p1
+%patch1 -p1
+%patch2 -p1
 
 sed -i -e 's|/lib/fbpanel|/%{_lib}/fbpanel|' plugin.c
 
@@ -43,6 +45,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
+       DATADIR="%{_datadir}" \
        LIBDIR="%{_libdir}"
 
 install %{SOURCE1} .
This page took 0.042702 seconds and 4 git commands to generate.