From 222e04089550987c0fe9576d7d6caae6cc186938 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 23 Apr 2024 14:06:31 +0700 Subject: desktop/adapta-gtk-theme: Removed (project ended development). Signed-off-by: Willy Sudiarto Raharjo --- desktop/adapta-gtk-theme/README | 15 --- .../adapta-gtk-theme/adapta-gtk-theme.SlackBuild | 113 --------------------- desktop/adapta-gtk-theme/adapta-gtk-theme.info | 10 -- desktop/adapta-gtk-theme/doinst.sh | 15 --- desktop/adapta-gtk-theme/slack-desc | 19 ---- 5 files changed, 172 deletions(-) delete mode 100644 desktop/adapta-gtk-theme/README delete mode 100644 desktop/adapta-gtk-theme/adapta-gtk-theme.SlackBuild delete mode 100644 desktop/adapta-gtk-theme/adapta-gtk-theme.info delete mode 100644 desktop/adapta-gtk-theme/doinst.sh delete mode 100644 desktop/adapta-gtk-theme/slack-desc (limited to 'desktop') diff --git a/desktop/adapta-gtk-theme/README b/desktop/adapta-gtk-theme/README deleted file mode 100644 index ac189afbb3..0000000000 --- a/desktop/adapta-gtk-theme/README +++ /dev/null @@ -1,15 +0,0 @@ -adapta-gtk-theme (Gtk+ theme) - -adapta-gtk-theme is an adaptive Gtk+ theme based on Material Design -Guidelines. - -For OpenBox users: - -Compton is the famous stand-alone compositor that works well with the -Openbox window-manager. This package provides the recommended -configuration file compton.conf in the Adapta/openbox-3 directory. - -Just copy this file into your ~/.config folder and restart compton. - -To properly work, this suggests the optional dependencies: -ttf-noto, ttf-roboto. diff --git a/desktop/adapta-gtk-theme/adapta-gtk-theme.SlackBuild b/desktop/adapta-gtk-theme/adapta-gtk-theme.SlackBuild deleted file mode 100644 index 673e04d7ca..0000000000 --- a/desktop/adapta-gtk-theme/adapta-gtk-theme.SlackBuild +++ /dev/null @@ -1,113 +0,0 @@ -#!/bin/bash -# -# Slackware build script for adapta-gtk-theme. -# -# Copyright 2016-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil. -# 2020 Jan Filip Chadima /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp COPYING LICENSE_CC_BY_SA4 README.md $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/desktop/adapta-gtk-theme/adapta-gtk-theme.info b/desktop/adapta-gtk-theme/adapta-gtk-theme.info deleted file mode 100644 index d6830d5e99..0000000000 --- a/desktop/adapta-gtk-theme/adapta-gtk-theme.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="adapta-gtk-theme" -VERSION="3.95.0.11" -HOMEPAGE="https://github.com/adapta-project/adapta-gtk-theme/" -DOWNLOAD="https://github.com/adapta-project/adapta-gtk-theme/archive/3.95.0.11/adapta-gtk-theme-3.95.0.11.tar.gz" -MD5SUM="5608c26b6169a561fc5a714d1230f561" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="murrine inkscape" -MAINTAINER="Jan Filip Chadima" -EMAIL="jfch@jagda.eu" diff --git a/desktop/adapta-gtk-theme/doinst.sh b/desktop/adapta-gtk-theme/doinst.sh deleted file mode 100644 index 401d987795..0000000000 --- a/desktop/adapta-gtk-theme/doinst.sh +++ /dev/null @@ -1,15 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - -if [ -e usr/share/glib-2.0/schemas ]; then - if [ -x /usr/bin/glib-compile-schemas ]; then - /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 - fi -fi diff --git a/desktop/adapta-gtk-theme/slack-desc b/desktop/adapta-gtk-theme/slack-desc deleted file mode 100644 index 5c85b87288..0000000000 --- a/desktop/adapta-gtk-theme/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -adapta-gtk-theme: adapta-gtk-theme (Gtk+ theme) -adapta-gtk-theme: -adapta-gtk-theme: adapta-gtk-theme is an adaptive Gtk+ theme based on Material Design -adapta-gtk-theme: Guidelines. -adapta-gtk-theme: -adapta-gtk-theme: home page: https://github.com/adapta-project/adapta-gtk-theme/ -adapta-gtk-theme: -adapta-gtk-theme: -adapta-gtk-theme: -adapta-gtk-theme: -adapta-gtk-theme: -- cgit v1.2.3