diff --git a/_service b/_service index 2818907d..6d7b4ee1 100644 --- a/_service +++ b/_service @@ -4,7 +4,6 @@ https://github.com/Rafostar/clapper.git pkgs/rpm/clapper.spec pkgs/rpm/clapper.rpmlintrc - pkgs/deb/clapper.dsc diff --git a/pkgs/deb/clapper.dsc b/pkgs/deb/clapper.dsc deleted file mode 100644 index f525ed9a..00000000 --- a/pkgs/deb/clapper.dsc +++ /dev/null @@ -1,28 +0,0 @@ -Format: 3.0 (quilt) -Source: clapper -Binary: clapper -Architecture: any -Version: 0.3.0 -Maintainer: Rafostar -Build-Depends: debhelper (>= 10), - meson (>= 0.50), - gjs, - gobject-introspection, - libgtk-4-dev (>= 4.0.0), - libgstreamer1.0-dev (>= 1.18), - libgstreamer-plugins-base1.0-dev (>= 1.18), - libgstreamer-gl1.0-0 (>= 1.18), - libgles-dev, - libglib2.0-dev, - libglib2.0-bin, - desktop-file-utils, - hicolor-icon-theme, - brz, - libfontconfig1-dev, - libpam-systemd -Package-List: - clapper deb gnome optional arch=any -Files: - 0 0 debian.tar.xz -Description: Simple and modern GNOME media player - A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering. diff --git a/pkgs/deb/debian/changelog b/pkgs/deb/debian/changelog deleted file mode 100644 index 8d41dd87..00000000 --- a/pkgs/deb/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -clapper (0.3.0) unstable; urgency=low - - * New version - - -- Rafostar Fri, 18 Jun 2021 09:39:00 +0100 diff --git a/pkgs/deb/debian/compat b/pkgs/deb/debian/compat deleted file mode 100644 index f599e28b..00000000 --- a/pkgs/deb/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/pkgs/deb/debian/control b/pkgs/deb/debian/control deleted file mode 100644 index fdca70b5..00000000 --- a/pkgs/deb/debian/control +++ /dev/null @@ -1,37 +0,0 @@ -Source: clapper -Section: gnome -Priority: optional -Maintainer: Rafostar -Standards-Version: 4.4.0 -Build-Depends: debhelper (>= 10), - meson (>= 0.50), - gjs, - gobject-introspection, - libgtk-4-dev (>= 4.0.0), - libgstreamer1.0-dev (>= 1.18), - libgstreamer-plugins-base1.0-dev (>= 1.18), - libgstreamer-gl1.0-0 (>= 1.18), - libgles-dev, - libglib2.0-dev, - libglib2.0-bin, - desktop-file-utils, - hicolor-icon-theme - -Package: clapper -Architecture: any -Depends: gjs, - gir1.2-gtk-4.0 (>= 4.0.0), - hicolor-icon-theme, - libgstreamer1.0-0 (>= 1.18), - gstreamer1.0-plugins-base (>= 1.18), - gstreamer1.0-plugins-good (>= 1.18), - gstreamer1.0-plugins-bad (>= 1.18), - gstreamer1.0-gl (>= 1.18) -Recommends: gstreamer1.0-libav, - gstreamer1.0-pulseaudio -Suggests: gstreamer1.0-plugins-ugly, - gstreamer1.0-vaapi -Description: Simple and modern GNOME media player - A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering. - . - More codecs/features and video acceleration can be enabled by installing the suggested packages. diff --git a/pkgs/deb/debian/copyright b/pkgs/deb/debian/copyright deleted file mode 100644 index 09d53546..00000000 --- a/pkgs/deb/debian/copyright +++ /dev/null @@ -1,27 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: clapper -Source: https://github.com/Rafostar/clapper - -Files: * -Copyright: 2020 Rafostar -License: GPL-3.0+ - -Files: debian/* -Copyright: 2020 Rafostar -License: GPL-3.0+ - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . - . - On Debian systems, the complete text of the GNU General Public License - Version 3 can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/pkgs/deb/debian/rules b/pkgs/deb/debian/rules deleted file mode 100755 index 2d33f6ac..00000000 --- a/pkgs/deb/debian/rules +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ diff --git a/pkgs/deb/debian/source/format b/pkgs/deb/debian/source/format deleted file mode 100644 index 163aaf8d..00000000 --- a/pkgs/deb/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt)