Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
thunar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
279
Issues
279
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xfce
thunar
Commits
f0188281
Commit
f0188281
authored
May 02, 2017
by
Andre Miranda
Committed by
Andre Miranda
Aug 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump thunarx api version to 3
parent
d0e7dff4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
configure.ac.in
configure.ac.in
+2
-2
thunarx/Makefile.am
thunarx/Makefile.am
+6
-6
thunarx/abicheck.sh
thunarx/abicheck.sh
+1
-1
thunarx/thunarx-3.pc.in
thunarx/thunarx-3.pc.in
+1
-1
No files found.
configure.ac.in
View file @
f0188281
...
...
@@ -23,7 +23,7 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [
2
])
m4_define([thunarx_version_api], [
3
])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [6])
m4_define([thunar_version_micro], [12])
...
...
@@ -236,7 +236,7 @@ plugins/thunar-wallpaper/Makefile
po/Makefile.in
thunar/Makefile
thunarx/Makefile
thunarx/thunarx-
2
.pc
thunarx/thunarx-
3
.pc
thunarx/thunarx-config.h
])
...
...
thunarx/Makefile.am
View file @
f0188281
...
...
@@ -25,9 +25,9 @@ libthunarx_include_HEADERS = \
$(libthunarx_headers)
lib_LTLIBRARIES
=
\
libthunarx-
2
.la
libthunarx-
3
.la
libthunarx_
2
_la_SOURCES
=
\
libthunarx_
3
_la_SOURCES
=
\
$(libthunarx_headers)
\
thunarx-config.c
\
thunarx-file-info.c
\
...
...
@@ -44,28 +44,28 @@ libthunarx_2_la_SOURCES = \
thunarx-renamer.c
\
thunarx-renamer-provider.c
libthunarx_
2
_la_CFLAGS
=
\
libthunarx_
3
_la_CFLAGS
=
\
$(GLIB_CFLAGS)
\
$(GIO_CFLAGS)
\
$(GTK_CFLAGS)
\
$(GMODULE_CFLAGS)
\
$(PLATFORM_CFLAGS)
libthunarx_
2
_la_LDFLAGS
=
\
libthunarx_
3
_la_LDFLAGS
=
\
-export-dynamic
\
-export-symbols-regex
"^[^_].*"
\
-no-undefined
\
-version-info
$(THUNARX_VERINFO)
\
$(PLATFORM_LDFLAGS)
libthunarx_
2
_la_LIBADD
=
\
libthunarx_
3
_la_LIBADD
=
\
$(GLIB_LIBS)
\
$(GMODULE_LIBS)
\
$(GIO_LIBS)
\
$(GTK_LIBS)
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
thunarx-
2
.pc
pkgconfig_DATA
=
thunarx-
3
.pc
EXTRA_DIST
=
\
abicheck.sh
\
...
...
thunarx/abicheck.sh
View file @
f0188281
...
...
@@ -20,5 +20,5 @@
trap
'rm expected-abi actual-abi'
EXIT
${
CPP
:-
cpp
}
-DINCLUDE_INTERNAL_SYMBOLS
-DINCLUDE_VARIABLES
-DALL_FILES
${
srcdir
:-
.
}
/thunarx.symbols |
sed
's/ G_GNUC.*$//;s/ PRIVATE//;/^ *$/d;/^#/d'
|
sort
>
expected-abi
${
NM
:-
nm
}
-D
-g
-P
.libs/libthunarx-
2
.so |
awk
'$2~/^[DRTG]$/&&$1~/^[^_]/{print $1}'
|
sort
>
actual-abi
${
NM
:-
nm
}
-D
-g
-P
.libs/libthunarx-
3
.so |
awk
'$2~/^[DRTG]$/&&$1~/^[^_]/{print $1}'
|
sort
>
actual-abi
diff
-u
expected-abi actual-abi
thunarx/thunarx-
2
.pc.in
→
thunarx/thunarx-
3
.pc.in
View file @
f0188281
...
...
@@ -7,7 +7,7 @@ extensionsdir=${libdir}/thunarx-@THUNARX_VERSION_API@
Name: thunarx
Description: A library to create Thunar extensions
Requires: gtk+-
2
.0 gio-2.0
Requires: gtk+-
3
.0 gio-2.0
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lthunarx-@THUNARX_VERSION_API@
Cflags: -I${includedir}/thunarx-@THUNARX_VERSION_API@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment