]> git.pld-linux.org Git - packages/gdkxft.git/commitdiff
- fixed build error
authorMariusz Witkowski <maryush@gmail.com>
Sun, 21 Apr 2002 18:36:20 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing files in gdkxft-capplet (now it's work correctly)

Changed files:
    gdkxft.spec -> 1.27

gdkxft.spec

index 66ccd33d5feb22c6f77ea657a26d014646209c0c..9c34197fb762fa5d86de8df137288aa6a957ae2a 100644 (file)
@@ -92,6 +92,9 @@ Narz
        --enable-static \
        --enable-shared
 
+sed -e s:capplet-widget.h:libcapplet1/capplet-widget.h: capplet/gdkxft-capplet.c > capplet/gdkxft-capplet.tmp
+mv -f capplet/gdkxft-capplet.tmp capplet/gdkxft-capplet.c
+
 %{__make}
 
 %install
@@ -144,4 +147,8 @@ fi
 %files capplet
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*-capplet
+%{_datadir}/gdkxft-capplet.glade
+%{_datadir}/pixmaps/gdkxft.png
+%{_datadir}/control-center/UIOptions/gdkxft.desktop
+%{_datadir}/gnome/apps/Settings/UIOptions/gdkxft.desktop
 %endif
This page took 0.061356 seconds and 4 git commands to generate.