summaryrefslogtreecommitdiff
path: root/libpurple/data
Commit message (Collapse)AuthorAgeFilesLines
* Add all of the purple preferences to our gschemaGary Kramlich2022-10-011-0/+282
| | | | | | | | | | | There's a number of preferences we will be dropping and a few that we will be adding with this change. Of those that are dropping, some will be moved to plugins instead. Testing Done: Compiled the schema Reviewed at https://reviews.imfreedom.org/r/1866/
* Make sure the unittests can find our compiled gsettings schemasGary Kramlich2022-09-121-0/+1
| | | | | | | Testing Done: Ran the unit tests and verified the ones failing about schemas were now passing. Reviewed at https://reviews.imfreedom.org/r/1751/
* Port credential manager to GSettingsElliott Sales de Andrade2022-09-111-0/+12
| | | | | | | | | A simple poc for porting to `GSettings` as credential manager only has one setting. Testing Done: Opened Pidgin prefs, changed credential provider and it saved for next re-start. Reviewed at https://reviews.imfreedom.org/r/1735/
* Prepare GSettings schemas and a default settings backendElliott Sales de Andrade2022-09-112-0/+29
| | | | | | This does nothing by itself yet. Reviewed at https://reviews.imfreedom.org/r/1733/
* Clean up some issues with the desktop files and purple3-url-handlerGary Kramlich2021-02-271-2/+2
| | | | | | | Testing Done: Ran meson locally verified files were created and proper-enough. Reviewed at https://reviews.imfreedom.org/r/532/
* Get the rest of the stragglersGary Kramlich2018-11-151-0/+14
|
* libpurple: Drop purple-url-handler and desktop fileMike Ruprecht2018-10-021-14/+0
| | | | | | Now that the Pidgin executable and desktop file handle opening URIs themselves, the extra purple-url-handler script and its desktop file are no longer needed. This patch removes them.
* Port desktop and appdata files to use Meson's i18n.merge_file()Mike Ruprecht2018-05-231-3/+3
| | | | | | This patch ports desktop and app file internationalization creation to use i18n.merge_file(). This internally uses msgfmt instead of intltool-merge. As a result, we now depend on gettext 0.19.6.
* Use meson pkgconfig generator.Elliott Sales de Andrade2017-11-172-38/+0
| | | | Without autotools, there's no need to use templates.
* Remove MSN and Yahoo! from purple-url-handler.desktop.Elliott Sales de Andrade2017-06-221-1/+1
|
* Remove duplication of Name and GenericName.Elliott Sales de Andrade2017-06-221-1/+1
| | | | Fixes #9810.
* pidgin-3-uninstalled.pc.in: Point to correct directory for LibsMike Ruprecht2017-06-041-1/+1
| | | | | | pidgin-3-uninstalled.pc.in was pointing to the libpurple/data/ directory for the Libs variable. It should point to libpurple/. This patch fixes that.
* Add all url schemes to purple-url-handler desktop file.Elliott Sales de Andrade2016-09-011-1/+1
|
* Remove gconf schemas.Elliott Sales de Andrade2016-09-012-299/+0
| | | | It seems like they were deprecated and replaced at least 3 years ago.
* Add a purple-url-handler.desktop file to make xmpp: links clickable on Linux.Emmanuel Gil Peyrot2016-08-201-0/+14
|
* Remove 'gstreamer' variable from purple-3.pc.inJakub Adam2015-12-281-1/+0
| | | | | Since ee3bd4532a33 configure.ac no longer sets GSTREAMER_VER because GStreamer 1.0 is now the only version libpurple supports.
* Conditionally add gplugin and gplugin-gtk to libpurple's pkg-config ↵Michael McConville2015-08-071-1/+1
| | | | requirements (ok'd by elb)
* Export GStreamer version in pkgconfig variableDavid Woodhouse2015-03-121-0/+1
| | | | | | | | | | | | | | Some plugins like pidgin-sipe want to know which version of GStreamer we're built against. It currently assumes that libpurple-3 will be using gstreamer-1.0 and libpurple-2 will be using gstreamer-0.10. That isn't strictly true since libpurple-3 *can* be built against gstreamer-0.10. And it gets even less true when we allow libpurple-2 to be built against gstreamer-1.0 (qv). This exports the information so that it's available by running pkg-config --variable=gstreamer purple-3 and we don't have to guess.
* Add purple.schemas to dist cleaning.Elliott Sales de Andrade2014-11-101-0/+2
| | | | | I don't know why this was in such an odd location, but now it should be easier to find.
* Move data files into their own directory.Elliott Sales de Andrade2014-11-084-0/+335