From patchwork Wed Jun 22 06:19:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sughosha X-Patchwork-Id: 40218 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 02A5927BBEA; Wed, 22 Jun 2022 07:20:39 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HTML_MESSAGE,MAILING_LIST_MULTI,SPF_HELO_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 789E627BBE9 for ; Wed, 22 Jun 2022 07:20:38 +0100 (BST) Received: from localhost ([::1]:51382 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o3tjB-0006vV-KY for patchwork@mira.cbaines.net; Wed, 22 Jun 2022 02:20:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43746) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3tic-0006tU-Qh for guix-patches@gnu.org; Wed, 22 Jun 2022 02:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39891) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o3tic-000446-HE for guix-patches@gnu.org; Wed, 22 Jun 2022 02:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o3tic-0005n0-Ar for guix-patches@gnu.org; Wed, 22 Jun 2022 02:20:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56128] [PATCH 2/4] gnu: Add gnome-shell-extension-radio References: In-Reply-To: Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Jun 2022 06:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56128 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56128@debbugs.gnu.org Received: via spool by 56128-submit@debbugs.gnu.org id=B56128.165587876422166 (code B ref 56128); Wed, 22 Jun 2022 06:20:02 +0000 Received: (at 56128) by debbugs.gnu.org; 22 Jun 2022 06:19:24 +0000 Received: from localhost ([127.0.0.1]:33779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3ti0-0005lS-Eg for submit@debbugs.gnu.org; Wed, 22 Jun 2022 02:19:24 -0400 Received: from mail-4318.protonmail.ch ([185.70.43.18]:11493) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3thu-0005kn-CZ for 56128@debbugs.gnu.org; Wed, 22 Jun 2022 02:19:22 -0400 Date: Wed, 22 Jun 2022 06:19:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail3; t=1655878751; x=1656137951; bh=hdVIyZmaaqDFpg3EtwT9sHmN4BmaVO4ByUCPcZo+vE4=; h=Date:To:From:Reply-To:Subject:Message-ID:Feedback-ID:From:To:Cc: Date:Subject:Reply-To:Feedback-ID:Message-ID; b=be4VSnLpCcNGPkU97W8klWvlig9a+usqOs2DS/SUXzm6NBUD2Zh62MwyTrg18WRPn nRIPzWT3oS5QBK5/XQ8gog+6hPcFb9G+HX9vRCuzcXixLqSTx/kAXVmb13TpL1agS5 dwEAnJhKLL2mdWQzSFgTxQgyuGi+n96HtAPcg8NfIivz70jPfa6eTlLR0/dnLJZ36i LqrzB75WUfxybfTvZ9wjTILTsENo7mf3LwGgTBfkqDh41rOirfNWSHsTrd13DtX+fo rk2e95ITIotIESlzypSu7vWhuZ163PXh5Rce7FQZQRi/GbS+0kNlFRyq8EYBSQrP7I DsPfUeYnZFxNQ== Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: Sughosha X-ACL-Warn: , Sughosha via Guix-patches X-Patchwork-Original-From: Sughosha via Guix-patches via From: Sughosha X-getmail-retrieved-from-mailbox: Patches From f832d7a58538dec2216345c31eb22aa257f88594 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Wed, 22 Jun 2022 08:07:21 +0200 Subject: [PATCH 2/4] gnu: Add gnome-shell-extension-radio * gnu/packages/gnome-xyz.scm: Add gnome-shell-extension-radio --- gnu/packages/gnome-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) -- 2.36.1 diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 4f4ac11f41..f91d59dd62 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1008,6 +1008,36 @@ (define-public gnome-shell-extension-activities-icons "The Activities button becomes 2 icons for selecting either Applications or Workspaces in the overview. Selecting the same view again will hide the overview. Scrolling on the icons allows switching windows on a workspace or cycling through the Workspaces.") (license license:gpl3)))) +(define-public gnome-shell-extension-radio + (package + (name "gnome-shell-extension-radio") + (version "19") + (source (origin + (method git-fetch) + (uri (git-reference + (url + "https://github.com/hslbck/gnome-shell-extension-radio") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qsi6c57hxh4jqdw18knm06601lhag6jdbvzg0r79aa9572zy8a0")))) + (build-system copy-build-system) + (arguments + `(#:install-plan `(("radio@hslbck.gmail.com" + "/share/gnome-shell/extensions/")) + #:phases + (modify-phases %standard-phases + (add-before 'install 'glib-compile-schemas + (lambda _ + (invoke "glib-compile-schemas" "radio@hslbck.gmail.com/schemas")))))) + (native-inputs `(("glib:bin" ,glib "bin"))) + (home-page "https://github.com/hslbck/gnome-shell-extension-radio") + (synopsis "Internet radio for GNOME Shell") + (description + "This extension allows to browse, add and play internet radio streams.") + (license license:gpl3+))) + (define-public arc-theme (package (name "arc-theme")