mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: remove workflow and CI files, new home
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f224ba352d
commit
a347a122e4
6 changed files with 5 additions and 65 deletions
6
README
6
README
|
@ -16,9 +16,3 @@ expected or could be done better. You do not have to be a software developer
|
||||||
to be a member of the Katana team. You can join the national teams that
|
to be a member of the Katana team. You can join the national teams that
|
||||||
translate program interfaces. You can provide graphics, themes, sounds, and
|
translate program interfaces. You can provide graphics, themes, sounds, and
|
||||||
improved documentation. You decide!
|
improved documentation. You decide!
|
||||||
|
|
||||||
### Support and Contact
|
|
||||||
|
|
||||||
Check out the wiki at https://github.com/fluxer/katana/wiki for frequently asked
|
|
||||||
questions (FAQ) and other information. Feel free to report issues at
|
|
||||||
https://github.com/fluxer/katana/issues.
|
|
||||||
|
|
54
appveyor.yml
54
appveyor.yml
|
@ -1,54 +0,0 @@
|
||||||
version: 4.22.0-{branch}-{build}
|
|
||||||
image: Ubuntu2004
|
|
||||||
clone_depth: 1
|
|
||||||
cache:
|
|
||||||
- /home/appveyor/.ccache
|
|
||||||
|
|
||||||
build_script:
|
|
||||||
- sh: >-
|
|
||||||
git log > /tmp/gitlog.txt
|
|
||||||
|
|
||||||
grep -q '\[ci reset\]' /tmp/gitlog.txt && rm -rf /home/appveyor/.ccache
|
|
||||||
|
|
||||||
sudo apt-get update -qq
|
|
||||||
|
|
||||||
sudo apt-get install -qq wget
|
|
||||||
|
|
||||||
sudo wget https://raw.githubusercontent.com/fluxer/katana-ubuntu/master/katana.list -O /etc/apt/sources.list.d/katana.list
|
|
||||||
|
|
||||||
sudo apt-get update -qq
|
|
||||||
|
|
||||||
sudo apt-get install -qq cmake katie-dev katanalibs \
|
|
||||||
xorg-dev libqalculate-dev libxxf86vm-dev libxext-dev libx11-xcb-dev \
|
|
||||||
libxcb-composite0-dev libxcb-damage0-dev libxcb-xfixes0-dev libxcb-render0-dev \
|
|
||||||
libxcb-randr0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-render-util0-dev \
|
|
||||||
libxcb-keysyms1-dev libglu1-mesa-dev mesa-common-dev libmtp-dev libusb-1.0-0-dev \
|
|
||||||
libssh-dev libdrm-dev libraw1394-dev libsensors4-dev libgphoto2-dev libegl-dev \
|
|
||||||
libpci-dev libopenexr-dev liblightdm-gobject-1-dev libkmod-dev \
|
|
||||||
libdbusmenu-katie \
|
|
||||||
sudo ctags cppcheck lrzsz locate \
|
|
||||||
ariya-icons dbus-x11 ccache
|
|
||||||
|
|
||||||
export PATH="/usr/lib/ccache/:$PATH"
|
|
||||||
|
|
||||||
mkdir build
|
|
||||||
|
|
||||||
cd build
|
|
||||||
|
|
||||||
cmake ../ -Wno-dev -DENABLE_TESTING=ON
|
|
||||||
|
|
||||||
make -j $(nproc || echo 1)
|
|
||||||
|
|
||||||
sudo make install/strip/fast
|
|
||||||
|
|
||||||
test_script:
|
|
||||||
- sh: >-
|
|
||||||
Xvfb :123 &
|
|
||||||
|
|
||||||
export DISPLAY=:123
|
|
||||||
|
|
||||||
eval $(dbus-launch --sh-syntax)
|
|
||||||
|
|
||||||
cd build
|
|
||||||
|
|
||||||
find -name 'kde4_test_*.sh' -exec sh '{}' \;
|
|
|
@ -31,7 +31,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Urls are defined globally here, so that they can change easily */
|
/* Urls are defined globally here, so that they can change easily */
|
||||||
#define TECHBASE_HOWTO_DOC_URL "http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Preparing_your_KDE_packages"
|
#define TECHBASE_HOWTO_DOC_URL "https://osdn.net/projects/kde/wiki/"
|
||||||
#define ABOUT_BUG_REPORTING_URL "https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues"
|
#define ABOUT_BUG_REPORTING_URL "https://osdn.net/projects/kde/wiki/"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -31,7 +31,7 @@ int main(int argc, char **argv)
|
||||||
KAboutData::License_GPL_V2,
|
KAboutData::License_GPL_V2,
|
||||||
ki18n("(c) 2022 Ivailo Monev"),
|
ki18n("(c) 2022 Ivailo Monev"),
|
||||||
KLocalizedString(),
|
KLocalizedString(),
|
||||||
"http://github.com/fluxer/katana"
|
"https://osdn.net/projects/kde/"
|
||||||
);
|
);
|
||||||
aboutData.addAuthor(ki18n("Ivailo Monev"),
|
aboutData.addAuthor(ki18n("Ivailo Monev"),
|
||||||
ki18n("Maintainer"),
|
ki18n("Maintainer"),
|
||||||
|
|
|
@ -33,7 +33,7 @@ K_EXPORT_PLUGIN(KMediaPlayerPartFactory(KAboutData(
|
||||||
KAboutData::License_GPL_V2,
|
KAboutData::License_GPL_V2,
|
||||||
ki18n("(c) 2016 Ivailo Monev"),
|
ki18n("(c) 2016 Ivailo Monev"),
|
||||||
KLocalizedString(),
|
KLocalizedString(),
|
||||||
"http://github.com/fluxer/katana",
|
"https://osdn.net/projects/kde/",
|
||||||
"xakepa10@gmail.com").
|
"xakepa10@gmail.com").
|
||||||
setProgramIconName(QLatin1String("KMediaPlayerPart")).
|
setProgramIconName(QLatin1String("KMediaPlayerPart")).
|
||||||
setCatalogName("kmediaplayer")))
|
setCatalogName("kmediaplayer")))
|
||||||
|
|
|
@ -34,7 +34,7 @@ int main(int argc, char **argv) {
|
||||||
KAboutData::License_GPL_V2,
|
KAboutData::License_GPL_V2,
|
||||||
ki18n("(c) 2016 Ivailo Monev"),
|
ki18n("(c) 2016 Ivailo Monev"),
|
||||||
KLocalizedString(),
|
KLocalizedString(),
|
||||||
"http://github.com/fluxer/katana"
|
"https://osdn.net/projects/kde/"
|
||||||
);
|
);
|
||||||
|
|
||||||
aboutData.addAuthor(ki18n("Ivailo Monev"),
|
aboutData.addAuthor(ki18n("Ivailo Monev"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue