Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lxqt/libqtxdg

Qt implementation of freedesktop.org xdg specs
https://github.com/lxqt/libqtxdg

Qt4: Fixes an FTBFS on Gentoo x86_64 when USE_QTMIMETYPES=On

This happens when QTMIMETYPES_LIBRARY_DIRS are different from the
QT_LIBRARY_DIR.

Reported-by: ...

456069a92a1293f0971c82c3aab7f213a8322f7a authored over 10 years ago by Luís Pereira <[email protected]>
Add a release script

cbc22cc1808c526fdb877b2a5bb158f868ed49be authored over 10 years ago by Jerome Leclanche <[email protected]>
Release 1.0.0

7fb37083bb1aa72a85e1a2ec647326fd366a6800 authored over 10 years ago by Jerome Leclanche <[email protected]>
Replaces XdgMimeInfo with XdgMimeType

Qt5 has mimetypes support: the QMimeDatabase and QMimeType classes.
QMimeDatabase is cached.
Qt4...

e1ce65306501e193bbd2c76a10e85a9ce529ec9e authored over 10 years ago by Luís Pereira <[email protected]>
Updates the cmake_minimum_required() version

CMake v2.8.5 is the minimum for Qt4 and Qt5. In the Qt5 build the minimum
version was lowered to...

1bd0a2302002bb70ce277cc14ba5bbd632284260 authored over 10 years ago by Luís Pereira <[email protected]>
Build system maintenance

* Makes ${QTXDG_LIBRARIES} also hold the dependencies libs
${QTXDG_LIBRARY} holds the qtxdg...

28480fc47028a797c736747bf36eb0d0c1cf0969 authored over 10 years ago by Luís Pereira <[email protected]>
if QT_VERSION < 5 load the qt4 header

f0c73ca79ab7bc94842d8876d99a9ed104cb4bf5 authored over 10 years ago by Alf Gaida <[email protected]>
Allows QIconLoader to search in multiple theme directories.

Even when QIcon::themeSearchPaths() returns a list QIconLoader doesn't
honor it. It will search ...

b418c0de4efe29a8aad3593e43169c0d9cea8d30 authored over 10 years ago by Luís Pereira <[email protected]>
Fixes an FTBFS in the Qt4 build

Change-Id: Ic0d6448355be6c94fb36bd134fdfb36b25790c88
Signed-off-by: Luís Pereira <luis.artur.per...

2c4dad7a8b6a82c1b99d17d03fd8eeb5d835e823 authored over 10 years ago by Luís Pereira <[email protected]>
Merge branch 'use-qt5-qiconloader'

* use-qt5-qiconloader:
Honors /usr/share/pixmaps when searching for icons.
Adds xpm icon sup...

8ebfbd34a1e7e7841a7013368a72695791d52eb3 authored over 10 years ago by Luís Pereira <[email protected]>
Revert "Merge branch 'use-qt5-qiconloader'"

This reverts commit b18046858e4911c58de1dbfd57e8177bdd65ae0b, reversing
changes made to 0d809857...

839f61660357b25e4a8c30289917faa81ad961c6 authored over 10 years ago by Luís Pereira <[email protected]>
Revert "Fixes an FTBFS in the Qt4 build"

This reverts commit bd9510f926aeb7bbdb11b428ab2c26e82861be37.

82f51adce64019447d2511cf49ea045e8c2177f8 authored over 10 years ago by Luís Pereira <[email protected]>
Fixes an FTBFS in the Qt4 build

Change-Id: Ic0d6448355be6c94fb36bd134fdfb36b25790c88
Signed-off-by: Luís Pereira <luis.artur.per...

bd9510f926aeb7bbdb11b428ab2c26e82861be37 authored over 10 years ago by Luís Pereira <[email protected]>
Get and set XDG user dirs variables in config file

Config file set in $XDG_CONFIG_HOME/user-dirs.dirs.

0d80985769ab05691ab3c8768ca63f7b6c74feb4 authored over 10 years ago by Paulo Lieuthier <[email protected]>
Merge branch 'use-qt5-qiconloader'

* use-qt5-qiconloader:
Honors /usr/share/pixmaps when searching for icons.
Adds xpm icon sup...

b18046858e4911c58de1dbfd57e8177bdd65ae0b authored over 10 years ago by Luís Pereira <[email protected]>
Honors /usr/share/pixmaps when searching for icons.

Author: Kaitlin Rupert <[email protected]>
Date: Aug 12, 2010
Description: Make it so t...

f06e621f8b169efb0509276520c78d459b78067b authored over 10 years ago by Luís Pereira <[email protected]>
Adds xpm icon support

Copied from the old QIconLoader.

Signed-off-by: Luís Pereira <[email protected]>

f4730771624cbbbe0d4b58685173fe6a95e9b89a authored over 10 years ago by Luís Pereira <[email protected]>
Adds Qt5 QIconLoader for the Qt5 build

The Qt5 versions of QIcon and QIconLoader fixed some of the Qt4 problems.
But... some are note:
...

b59f10b162c511a3d0aa3dacfa3960dfb4097f08 authored over 10 years ago by Luís Pereira <[email protected]>
Ports Qt5 commit: Make sure QIconLoader is always initialized

Port of Qt5 commit aa5f70c00a88edcddd26e8fea767a40e8c5c31b8

Signed-off-by: Luís Pereira <luis.a...

06e35a3460dcf56dba3bd24b5e0677d7e6b3e1f8 authored over 10 years ago by Luís Pereira <[email protected]>
Use environment to trigger Qt5 builds

b3ccf52c62fb1bc4446dbe2c27e98c0fea515236 authored over 10 years ago by Alf Gaida <[email protected]>
Fixes an XdgMimeInfo memory leak

mData XdgMimeData was never deleted.

Signed-off-by: Luís Pereira <[email protected]>

8776599020f5d17f4b45c971f7d09e33f0bbf84d authored over 10 years ago by Luís Pereira <[email protected]>
Merge branch 'compare-desktop-environments'

* compare-desktop-environments:
Use case insensitive comparisons with desktop environment names

842e609ca64368afeae40124f4fb07a8646b4e70 authored over 10 years ago by Luís Pereira <[email protected]>
Use case insensitive comparisons with desktop environment names

Internally all comparisons involving the desktop environment names are
made case insensitive.

S...

53db9377f0d9905fc9d6bf1eaca8603a5e4b6b49 authored over 10 years ago by Luís Pereira <[email protected]>
Merge branch 'compare-desktop-environments'

* compare-desktop-environments:
Updates some XdgDesktopFile methods documentation
Make deskt...

723dd787deb960c03f115c2b39352142c451389f authored over 10 years ago by Luís Pereira <[email protected]>
Updates some XdgDesktopFile methods documentation

Signed-off-by: Luís Pereira <[email protected]>

dda2acf36cd4d03ed408dd59d43bf750175baa00 authored over 10 years ago by Luís Pereira <[email protected]>
Make desktop enviroment names comparisons case insensitive

This is the follow up of commit 4cec687127adb1e96cc5b725eabe6a1188c4c873
by Alf Gaida <agaida@si...

491309bb353e380ca572fb47314e52cc599293b1 authored over 10 years ago by Luís Pereira <[email protected]>
solve failed comp LXQT with LXQt (OnlyShowIn=LXQt;) in desktop files

4cec687127adb1e96cc5b725eabe6a1188c4c873 authored over 10 years ago by Alf Gaida <[email protected]>
Merge branch 'desktop-neutral-api'

* desktop-neutral-api:
Re-adds Support XDG_CURRENT_DESKTOP in autostart handling
Deprecates ...

aad8295dee5425b6a877bc0d232e58011b09cb89 authored over 10 years ago by Luís Pereira <[email protected]>
Re-adds Support XDG_CURRENT_DESKTOP in autostart handling

It's the new incarnation of PCMan's commit
941cdd24774450c1cbabc5f985693584918e3a4e.

Signed-off...

d8867eb6470f4881efe82716699ac716d7dcdc8f authored over 10 years ago by Luís Pereira <[email protected]>
Deprecates non desktop environment neutral XdgDesktopFile methods

libqtxdg tries to be desktop environment neutral.

Deprecated methods:
bool isShow(const QString...

9716948ac0b2e3db182c27ef2048f1f0980e1062 authored over 10 years ago by Luís Pereira <[email protected]>
Revert "Support XDG_CURRENT_DESKTOP in autostart handling."

This reverts commit 941cdd24774450c1cbabc5f985693584918e3a4e.

Signed-off-by: Luís Pereira <luis...

2477f70d5177c1393a18c31e5fee96c7245b09f1 authored over 10 years ago by Luís Pereira <[email protected]>
Adds QTXDG_DEPRECATED macro

Signed-off-by: Luís Pereira <[email protected]>

bf8e805ebe20bc0ee4048db60cd68784a6c7dffc authored over 10 years ago by Luís Pereira <[email protected]>
Merge branch 'freebsd'

* freebsd:
Install pkgconfig files to /usr/local/libdata/pkgconfig in FreeBSD.

15954e7c07f0fcb3d0ec817fa04a4b3c6b147b6e authored over 10 years ago by Luís Pereira <[email protected]>
Install pkgconfig files to /usr/local/libdata/pkgconfig in FreeBSD.

946151c0422889e5bedbc07e13d6b5e5d817ca2a authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Merge branch 'freebsd'

* freebsd:
Set library dirs properly in qtxdg-config and use files.

3cdb74ad8ab0d2b7e0c374dba65c6b9f6784eba4 authored over 10 years ago by Luís Pereira <[email protected]>
Set library dirs properly in qtxdg-config and use files.

ef68d9acc1df9584f183f1434a5bebc53e565dc7 authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Release 0.5.3

8199feb8b8484147eff2ea622f0a6169208766ea authored over 10 years ago by Jerome Leclanche <[email protected]>
Update some comments

1596615f2e863bf271426006780e4694790548fb authored over 10 years ago by Jerome Leclanche <[email protected]>
libqtxdg 0.5.1

Signed-off-by: Luís Pereira <[email protected]>

f12463f548d807079d5d5092d22b59d7e249cd37 authored over 10 years ago by Luís Pereira <[email protected]>
Revert "Change default environment to LXQt"

This reverts commit 3db8dc34b675524e333a1fb9377c668b9ca0e4ea.

Signed-off-by: Luís Pereira <luis...

c503d5a97e5762e96ad8d539030b8b06053d9c8a authored over 10 years ago by Luís Pereira <[email protected]>
Revert "Check for lxqt-applications instead of razor-applications"

This reverts commit 4dc8d411077cd6739735de85aae28588e6f9a9db.

Signed-off-by: Luís Pereira <luis...

aa09d8b9d6e77b4829355a34a3f6654474e45969 authored over 10 years ago by Luís Pereira <[email protected]>
Support XDG_CURRENT_DESKTOP in autostart handling.

941cdd24774450c1cbabc5f985693584918e3a4e authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Update .gitignore

8635429960244bcc863efdfa7b2d70f135b54446 authored over 10 years ago by Jerome Leclanche <[email protected]>
Check for lxqt-applications instead of razor-applications

4dc8d411077cd6739735de85aae28588e6f9a9db authored over 10 years ago by Jerome Leclanche <[email protected]>
Change default environment to LXQt

3db8dc34b675524e333a1fb9377c668b9ca0e4ea authored over 10 years ago by Jerome Leclanche <[email protected]>
Avoid XdgAction mnemonics caused by '&' symbol in the name of desktop app.

1e2b05da19cdbb59ed5b925b5f3bea77c07012a3 authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Update AUTHORS and COPYING

ad09f02734eceec4ae5869f7c4dd48c0357ab948 authored over 10 years ago by Jerome Leclanche <[email protected]>
Add CPack rules for creating tarball

25677bc8e234e300a62ad7a21fd9836c17a88b21 authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Merge pull request #9 from geiseri/fix_qt5_namespace

Put iconloaderfix into own namespace

48e366e433d9d8470637d980f1cc28d3d1e30eaf authored almost 11 years ago by Luís Pereira <[email protected]>
Put iconloaderfix into own namespace

In Qt5.2 it looks like a private property of QIconTheme went missing so the classes no longer li...

bc8f624e308c1b5e379d1d9900325b5c2ade2568 authored almost 11 years ago by Ian Reinhart Geiser <[email protected]>
Adds an uninstall target

Just type: make uninstall
Copied from:
http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_unin...

18699c178ed46e720bfd9fd57526d42e64074ce3 authored almost 11 years ago by Luís Pereira <[email protected]>
Fixes an FTBFS on the test target

It failed to build the test target when the library wasn't already
installed. It failed when the...

1376af28a99d72df04b034a55cb5df59485de567 authored almost 11 years ago by Luís Pereira <[email protected]>
Fixes an FTBFS when a mix of PIC and PIE compiler flags are used

On some platforms the linker fails when the PIC and PIE are both used.It
was discovered on an 64...

bc98741f339d061bc4b95f62b24f040f8c9a934a authored almost 11 years ago by Luís Pereira <[email protected]>
Merge pull request #8 from luis-pereira/maint-build-system

Build system maintenance

79629c6433f00b522b2282564876cc1a2b772e04 authored almost 11 years ago by Jerome Leclanche <[email protected]>
Updates CMake's minimum required version

GNUInstallDirs debuted with the v2.8.5
It's not clear to me if this requirement is OK for everyb...

43ddc414be92d4ce3aa2d423a2a052a0e9d8e29b authored almost 11 years ago by Luís Pereira <[email protected]>
Adds Qt5Widgets to the required pkg-config required packages

Thanks-to: Pier Luigi Fiorini <[email protected]>
Signed-off-by: Luís Pereira <luis.ar...

db2288b301c6a0b709d06921f30fecef69a077b3 authored almost 11 years ago by Luís Pereira <[email protected]>
test: Removes meaningless add_dependencies(..... razorqt)

Signed-off-by: Luís Pereira <[email protected]>

ab6630fef6139ff2141a0b99405488f884ab9ada authored almost 11 years ago by Luís Pereira <[email protected]>
Don't use STREQUAL to test the BUILD_TESTS option

True is 1, ON, YES, TRUE, Y, or a non-zero number.
For example: Using -DBUILD_TESTS=YES would ev...

9eaf7dfadfa1fd3c3a498ccc6e33b8bcafb85f80 authored almost 11 years ago by Luís Pereira <[email protected]>
Removed CMAKE_SOURCE_DIR usage from test/CMakeLists.txt

f27fc3f980fda9c764b60b3693429d039bd58939 authored about 11 years ago by Christian Surlykke <[email protected]>
Adds missing ${CMAKE_INSTALL_PREFIX}

Introduced by commit 5a3027c93eb5f234537d0d58cc87df2fa80f5f3a

Signed-off-by: Luís Pereira <luis...

eede4b9c99d425f71182873216771e67fe323a35 authored about 11 years ago by Luís Pereira <[email protected]>
Merge branch 'plfiorini-wip/001-gnudirs'

* plfiorini-wip/001-gnudirs:
Fixes bugs in create_pkgconfig_file cmake macro
Use GNU install...

d4b56c04e488d91f76d9911b269219741ab70994 authored about 11 years ago by Luís Pereira <[email protected]>
Fixes bugs in create_pkgconfig_file cmake macro

Bugs introduced by commit 5a3027c93eb5f234537d0d58cc87df2fa80f5f3a
${prefix} was missing in ${li...

6d96d7a954b9682170cfb23fd82099f9b36a5ff1 authored about 11 years ago by Luís Pereira <[email protected]>
Use GNU installation directories

Use standard installation directories with GNUInstallDirs module which
also handle multilib path...

5a3027c93eb5f234537d0d58cc87df2fa80f5f3a authored about 11 years ago by Pier Luigi Fiorini <[email protected]>
prefix parameter for autostartDirs, configDirs and dataDirs. (part2)

74dce257909064da395e679fe14630d1888740ff authored over 11 years ago by Alexander Sokolov <[email protected]>
prefix parameter for autostartDirs, configDirs and dataDirs.

b2e5944c64dd096c12f6fd587dfb80fc10d4a3d3 authored over 11 years ago by Alexander Sokolov <[email protected]>
Merge pull request #3 from luis-pereira/doc

doc

c330bb69b68bcb8b679728347a677759e1caa0b0 authored over 11 years ago by Alexander Sokolov <[email protected]>
Updates buildsystem typical use documentation

Signed-off-by: Luís Pereira <[email protected]>

69644bfe0f19e312af3f6055e20000f552358fd3 authored over 11 years ago by Luís Pereira <[email protected]>
Reformatting for an easy reading in a 80x24 terminal

Signed-off-by: Luís Pereira <[email protected]>

9048ea56918d311b23416bc2098ec08995f184ae authored over 11 years ago by Luís Pereira <[email protected]>
Documents the QTXDG_QT_LIBRARIES variable

Signed-off-by: Luís Pereira <[email protected]>

fabd26e9f84023ffe1d19aac8c59117724821a40 authored over 11 years ago by Luís Pereira <[email protected]>
Adds an tiny example on how to use the lib

Signed-off-by: Luís Pereira <[email protected]>

c4f49da3fc2f45b05a9c60c6891203635130d478 authored over 11 years ago by Luís Pereira <[email protected]>
RazorLibSuffix.cmake -> ../cmake/FindLibSuffix.cmake and QUIET mode for find_package

15a4f4d9c41f903e68672e20fe15639080a5d854 authored over 11 years ago by Alexander Sokolov <[email protected]>
Merge pull request #1 from luis-pereira/qt5-port

Qt5 port

1debf30b197349dec1070dfb091c4536b1caaa0f authored over 11 years ago by Alexander Sokolov <[email protected]>
qtxdg/test: Removes the project command and cmake_minimum_required()

The tests aren't a project and shouldn't be compiled independently.
Without the project() and cm...

3f4e925d8752205092999411665684f552e1deda authored over 11 years ago by Luís Pereira <[email protected]>
Replace Q_GLOBAL_STATIC_WITH_INITIALIZER

It's not part of the public API and it was removed. Q_GLOBAL_STATIC is now
part of public API.

...

02d88da8ffafe6d08f526846b7c6d63660e912bc authored over 11 years ago by Luís Pereira <[email protected]>
qtxdg/test: Removes Qt4 CMake stuff

We now support Qt4 and Qt5. It's all done in the main CMakeLists.txt

Signed-off-by: Luís Pereir...

aab3ae5e8f7902d71b1c774ca1256a3dbe61aa75 authored over 11 years ago by Luís Pereira <[email protected]>
Explicitly requires QtTest module

If BUILD_TESTS is On make QtTest/Qt5Test REQUIRED.

Signed-off-by: Luís Pereira <luis.artur.pere...

bb457f987abf42789ece76ba53450e2d68a327b1 authored over 11 years ago by Luís Pereira <[email protected]>
Fix qtxdg_use.cmake and qtxdg-config.cmake generation location

qtxdg can be a sub-module of a greater project. In that case
${CMAKE_BINARY_DIR} may be differen...

f72cdae5e5b09ce257f57ee1942183460a78e891 authored over 11 years ago by Luís Pereira <[email protected]>
Port QDesktopServices

Parts of QDesktopservices were moved to QStandardPaths.

Signed-off-by: Luís Pereira <luis.artur...

4059f7169d91110b257b6e0ac633fa5bdb7a8e0c authored over 11 years ago by Luís Pereira <[email protected]>
Port QString::toAscii()

Use toLatin1() instead.

Signed-off-by: Luís Pereira <[email protected]>

469a326ffb3a74a116f0ff1ffb37094006907e3b authored over 11 years ago by Luís Pereira <[email protected]>
Adds ${CMAKE_CURRENT_BINARY_DIR} to the include_directories list

It's needed for in tree compilation when using the portable headers, e.g.
#include <XdgDirs>

Si...

553a9952f73860f1d57ce597c598a266b8b7fb89 authored over 11 years ago by Luís Pereira <[email protected]>
Replace QDomNodeList::length() by QDomNodeList::size()

QDomNodeList::length() returns an uint in Qt4 and an int in Qt5.
But QDomNodeList::size() return...

cab4fb4cf3be26fc914433237c3cdc4f23fe1a27 authored over 11 years ago by Luís Pereira <[email protected]>
Renames the Qt5 build

Qt4 and Qt5 build will coexist in many systems. They must have a
different name so they will not...

7fc463648bb7c402426694d7f3f8d43af8547e87 authored over 11 years ago by Luís Pereira <[email protected]>
Removes unneeded set(QT_USE_QTXML TRUE)

QtXml is REQUIRED. We don't need to set QT_USE_XML TRUE.

Reported-by: Alexander Sokolov <sokolo...

2b8ac9a24118c25abde07f7870c9d744b46e2e2e authored over 11 years ago by Luís Pereira <[email protected]>
qtxdg/test: Adapts the build system to support Qt4 and Qt5

Signed-off-by: Luís Pereira <[email protected]>

bcc7a4b6ca3d386a22e1426fb37ee27093b45fb6 authored over 11 years ago by Luís Pereira <[email protected]>
Adds missing library (Qt5Xml) to qtxdg target

Signed-off-by: Luís Pereira <[email protected]>

d27c63d81504806bcf364100c723faa3d38af304 authored over 11 years ago by Luís Pereira <[email protected]>
Adds QMimeData include file

Signed-off-by: Luís Pereira <[email protected]>

1817d5b03ace5aa12fbea2eebb64bd8b27bd3fb1 authored over 11 years ago by Luís Pereira <[email protected]>
Portable headers

Signed-off-by: Luís Pereira <[email protected]>

83faf90e4895c0bb459d1346e090acd5d386647a authored over 11 years ago by Luís Pereira <[email protected]>
Packs Qt version specific stuff

Easier to understand and maintain.

Suggested-by: Alexander Sokolov <[email protected]>
Signe...

ed283edb628a3c5dfc0d07fa472a7403b7b7bb2a authored over 11 years ago by Luís Pereira <[email protected]>
Adds pkg-config to Qt5Xdg

It also fixes prior bugs.

Signed-off-by: Luís Pereira <[email protected]>

07b6ea9eb1fdaecf6c4802de706e10ab47280512 authored over 11 years ago by Luís Pereira <[email protected]>
Replaces QIconEngineV2 with QIconEngine

QIconEngineV2 was merged into QIconEngine.

Signed-off-by: Luís Pereira <luis.artur.pereira@gmai...

4c90088d2a869dfecf47771375582d928ae9a948 authored over 11 years ago by Luís Pereira <[email protected]>
Make BUILD_TESTS an option

This makes
cmake -DBUILD_TESTS=Yes ..
cmake -DBUILD_TESTS=YES ..
cmake -DBUILD_TESTS...

4dc158f02b45af26d218b804fcbf7000c789cf55 authored over 11 years ago by Luís Pereira <[email protected]>
Ran fixqt4headers

Command: fixqt4headers.pl --strip-modules
Uses --strip-modules to minimize conditional version c...

14ee4e7c86e19752d81d540342c6483f249bfd9f authored over 11 years ago by Luís Pereira <[email protected]>
Adds support to Qt5 in the buildsystem

It adds an option USE_QT5. If the option is TRUE Qt5 will be used, in all
other cases Qt4 (defau...

a7b9fd2184a61bac3034ef4e25a029997f8a27c9 authored over 11 years ago by Luís Pereira <[email protected]>
Adds test target to CMake

Configure with tests enabled:
cmake -DBUILD_TESTS=Yes ..

To run the test suite (after build...

25208a8f807cc9421cdba0378c28876b8d7f509f authored over 11 years ago by Luís Pereira <[email protected]>
Use the QtTestLib facilities

The tests didn't use the QtTestLib library. It was not clear if the tests
were successful or not...

b8b24c11d5cea016db1217bab534a96026dac377 authored over 11 years ago by Luís Pereira <[email protected]>
Cmake find_package files for the QtXdg

ce0009401f4c3447dc99dfb79e9fd130f9360d1c authored over 11 years ago by Alexander Sokolov <[email protected]>
Revert "Cmake find_package files"

This reverts commit 6c98307df792af0d91a5d109c35bcb7b8b34c500.

db1b86dd51b8b10f35367add8d582402757055ea authored over 11 years ago by Luís Pereira <[email protected]>
Cmake find_package files

6c98307df792af0d91a5d109c35bcb7b8b34c500 authored over 11 years ago by Alexander Sokolov <[email protected]>
Add COPYING and AUTHORS files

0b928f138d77192d78bd2937a76a50ad2bbab903 authored over 11 years ago by Hone Jen Yee (PCMan) <[email protected]>
X-RAZOR changed to Razor in desktop files

75ae82dce66032da1e01fd698007bf7e8924c0f2 authored over 11 years ago by Kuzma Shapran <[email protected]>