generic: remove workflow and CI files, new home

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-09-24 05:59:56 +03:00
parent 619c123a9a
commit b77042ff62
6 changed files with 5 additions and 66 deletions

6
README
View file

@ -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
translate program interfaces. You can provide graphics, themes, sounds, and
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.

View file

@ -1,55 +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 \
katana-workspace xorg-dev zlib1g-dev libacl1-dev libattr1-dev \
libarchive-dev libasound2-dev libatasmart-dev libavcodec-dev \
libavformat-dev libavutil-dev libblkid-dev libdjvulibre-dev \
libepub-dev libexiv2-dev libfreetype6-dev libssl-dev \
libgettextpo-dev libgmp-dev libmms-dev libparted-dev \
libqalculate-dev libspectre-dev libspeechd-dev libswscale-dev \
libtag1-dev uuid-dev libudev-dev libvncserver-dev freerdp2-dev \
libffmpegthumbnailer-dev libbz2-dev libtorrent-rasterbar-dev \
libpoppler-cpp-dev xsltproc libdbusmenu-katie \
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 '{}' \;

View file

@ -28,7 +28,7 @@ set_package_properties(Exiv2 PROPERTIES
find_package(LibKonq)
set_package_properties(LibKonq PROPERTIES
URL "http://fluxer.github.io/katana/"
URL "https://osdn.net/projects/kde/"
PURPOSE "Standard file management features"
TYPE REQUIRED
)

View file

@ -11,14 +11,14 @@ endif()
macro_optional_find_package(KDE4Workspace)
set_package_properties(KDE4Workspace PROPERTIES
DESCRIPTION "KDE base workspace libraries"
URL "http://fluxer.github.io/katana/"
URL "https://osdn.net/projects/kde/"
PURPOSE "Needed for building several Plasma plugins"
)
macro_optional_find_package(DBusMenuQt)
set_package_properties(DBusMenuQt PROPERTIES
DESCRIPTION "Library that provides a Qt implementation of the DBusMenu spec"
URL "https://github.com/fluxer/libdbusmenu-qt"
URL "https://osdn.net/projects/kde/"
PURPOSE "Needed for Unity support in IconTasks"
)

View file

@ -28,7 +28,7 @@ int main(int argc, char** argv)
KAboutData::License_GPL_V2,
ki18n("(c) 2016 Ivailo Monev"),
KLocalizedString(),
"http://github.com/fluxer/katana"
"https://osdn.net/projects/kde/"
);
aboutData.addAuthor(ki18n("Ivailo Monev"),

View file

@ -33,7 +33,7 @@ set_package_properties(LibTorrent PROPERTIES
macro_optional_find_package(KDE4Workspace)
set_package_properties(KDE4Workspace PROPERTIES
DESCRIPTION "KDE base workspace libraries"
URL "http://fluxer.github.io/katana/"
URL "https://osdn.net/projects/kde/"
PURPOSE "Allows 'shutdown after downloads completed' in KGet"
)