diff --git a/srcpkgs/oxygen-icons b/srcpkgs/oxygen-icons new file mode 120000 index 0000000000..d6b90088f8 --- /dev/null +++ b/srcpkgs/oxygen-icons @@ -0,0 +1 @@ +oxygen-icons5 \ No newline at end of file diff --git a/srcpkgs/oxygen-icons/INSTALL.msg b/srcpkgs/oxygen-icons/INSTALL.msg deleted file mode 100644 index a082cf6c9c..0000000000 --- a/srcpkgs/oxygen-icons/INSTALL.msg +++ /dev/null @@ -1 +0,0 @@ -oxygen-icons is no longer provided by Void Linux, and will be fully removed from the repos on 2019-07-10 diff --git a/srcpkgs/oxygen-icons/template b/srcpkgs/oxygen-icons/template deleted file mode 100644 index 16ffcbcd44..0000000000 --- a/srcpkgs/oxygen-icons/template +++ /dev/null @@ -1,9 +0,0 @@ -# Template file for 'oxygen-icons' -pkgname=oxygen-icons -version=4.14.3 -revision=3 -archs=noarch -build_style=meta -short_desc="The Oxygen Icon Theme for KDE (removed package)" -license="BSD-2-Clause" -homepage="https://www.kde.org" diff --git a/srcpkgs/oxygen-icons5/template b/srcpkgs/oxygen-icons5/template index e3f357bc88..acd5501882 100644 --- a/srcpkgs/oxygen-icons5/template +++ b/srcpkgs/oxygen-icons5/template @@ -1,7 +1,7 @@ # Template file for 'oxygen-icons5' pkgname=oxygen-icons5 version=5.71.0 -revision=1 +revision=2 archs=noarch build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -14,3 +14,9 @@ homepage="https://projects.kde.org/projects/frameworks/oxygen-icons5" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" checksum=a75a82164e2af5b6f269a386762ff2abba052dbfca18c9aed8d738c9cd958b04 conflicts="oxygen-icons>=0" + +oxygen-icons_package() { + build_style=meta + short_desc+=" - dummy transitional package" + depends="oxygen-icons5" +}