Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 43 → Rev 44

/nautilus-follow-symlink/trunk/nautilus-follow-symlink.spec.in
66,7 → 66,7
 
%install
make install DESTDIR=%buildroot
rm -f $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/*.{l,}a
rm -f $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-3.0/*.{l,}a
 
# create %{name}.lang with the locale data. To be included by %files
%find_lang %{name}
78,7 → 78,7
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog
%_libdir/nautilus/extensions-2.0/*.so
%_libdir/nautilus/extensions-3.0/*.so
 
 
%changelog
/nautilus-follow-symlink/trunk/ChangeLog
1,3 → 1,7
2011-04-07: Release 1.2.0-pre.1
* Compatibility:
- Refresh to build against GNOME 3, preliminary support
 
2009-04-30: Release 1.1.0
* Bugfix:
- Use stock icon instead of hard-wired icon location
/nautilus-follow-symlink/trunk/src/follow-symlink.c
26,7 → 26,6
#include "follow-symlink.h"
 
#include <gio/gio.h>
#include <gtk/gtkicontheme.h>
 
// Symbolic name of the icon, use to be in /usr/share/icons/gnome/[16x16]/emblems/
#define FSL_ICON_NAME "emblem-symbolic-link"
/nautilus-follow-symlink/trunk/Makefile.am
19,8 → 19,8
 
harshtest:
make
sudo cp src/.libs/libnautilus-follow-symlink.so /usr/lib/nautilus/extensions-2.0/
killall -9 nautilus
sudo cp src/.libs/libnautilus-follow-symlink.so /usr/lib/nautilus/extensions-3.0/
-killall -9 nautilus
 
#ACLOCAL_AMFLAGS = -I m4
 
/nautilus-follow-symlink/trunk/debian/control
8,7 → 8,7
 
Package: nautilus-follow-symlink
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, nautilus (>= 2.21)
Depends: ${shlibs:Depends}, ${misc:Depends}, nautilus (>= 2.91)
Description: nautilus plugin to open the location pointed by a symlink
This extension adds a context menu option to symbolic links to
folders which opens the pointed folder instead of the symbolic link.
/nautilus-follow-symlink/trunk/debian/changelog
1,3 → 1,9
nautilus-follow-symlink (1.2.0+pre.1-upstream.1) unstable; urgency=low
 
* Preliminary support for GNOME3.
 
-- Toni Corvera <outlyer@gmail.com> Thu, 07 Apr 2011 03:24:23 +0200
 
nautilus-follow-symlink (1.1.0-upstream.1) unstable; urgency=low
 
* New release.
/nautilus-follow-symlink/trunk/configure.ac
1,6 → 1,6
dnl $Id$
 
AC_INIT(nautilus-follow-symlink, [1.1])
AC_INIT(nautilus-follow-symlink, [1.2-pre.1])
AC_CONFIG_SRCDIR([src/follow-symlink.c])
 
dnl Cross-compilation
63,6 → 63,8
dnl Incorporate the result of tests
CFLAGS="$CFLAGS $GLIB_CFLAGS $NAUTILUS_EXTENSION_CFLAGS"
LIBS="$LIBS $GLIB_LIBS $NAUTILUS_EXTENSION_LIBS"
dnl GTK-3 migration safeguard <http://live.gnome.org/GnomeGoals/UseGseal>
CFLAGS="$CFLAGS -DGSEAL_ENABLE"
 
cat <<EOF
 
/nautilus-follow-symlink/trunk/.
Property changes:
Modified: svn:mergeinfo
Merged /nautilus-follow-symlink/branches/1.2-pre.1:r43