Change all names and the uuid, after assigning the gnome-extension to me on extensions.gnome.org

master
Jens Lody 10 years ago
parent 241a91ea35
commit ab74dd8fa6
  1. 6
      Makefile.am
  2. 24
      README.md
  3. 2
      autogen.sh
  4. 4
      configure.ac
  5. 4
      data/Makefile.am
  6. 0
      data/PanelOSD.png
  7. 2
      data/metadata.json.in
  8. 8
      gnome-shell-extension-panel-osd.cbp
  9. 16
      gnome-shell-extension-panel-osd.spec
  10. 2
      src/Makefile.am
  11. 6
      update_revision.sh

@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = src data
uuid = "top-notification-extension@jenslody.de"
uuid = panel-osd@berend.de.schouwer.gmail.com
localprefix = $(HOME)/.local/share/gnome-shell/extensions
@ -15,12 +15,12 @@ zip-file: all
cp -r "$(builddir)/_build$(datadir)/gnome-shell/extensions/$(uuid)" "$(builddir)/_build"; \
cp -r "$(builddir)/_build$(datadir)/locale" "$(builddir)/_build/$(uuid)"; \
(cd "$(builddir)/_build/$(uuid)/"; \
zip -qr "$(abs_builddir)/zip-file/top-notification.shell-extension.zip" .; \
zip -qr "$(abs_builddir)/zip-file/panel-osd.shell-extension.zip" .; \
); \
rm -fR $(builddir)/_build
local-install: zip-file
zip_file="$(abs_builddir)/zip-file/top-notification.shell-extension.zip"; \
zip_file="$(abs_builddir)/zip-file/panel-osd.shell-extension.zip"; \
if [ -d "$(localprefix)/$(uuid)" ]; then \
rm -fR "$(localprefix)/$(uuid)"; \
fi; \

@ -1,12 +1,16 @@
![Screenshot](https://github.com/jenslody/gnome-shell-extension-top-notification/raw/master/data/Screenshot.jpg)
![Screenshot](https://github.com/jenslody/gnome-shell-extension-panel-osd/raw/master/data/Screenshot.jpg)
*gnome-shell-extension-top-notification* is an extension to place shell notifications under the panel instead of above the message-tray.
*gnome-shell-extension-panel-osd* is an extension to place shell notifications under the panel instead of above the message-tray.
----
# Installation
After the installation, restart GNOME Shell (`Alt`+`F2`, `r`, `Enter`) and enable the extension through *gnome-tweak-tool*.
After the installation, you might need to restart GNOME Shell (`Alt`+`F2`, `r`, `Enter`) and enable the extension through *gnome-tweak-tool*.
## Through extensions.gnome.org (Local installation)
Go on the [Panel OSD](https://extensions.gnome.org/extension/708/panel-osd/) extension page on extensions.gnome.org, click on the switch ("OFF" => "ON"), click on the install button. That's it !
## Through a package manager
@ -25,7 +29,7 @@ If it is not installed automatically, just run:
Now you can install the extension, either via your favourite package-manager or on a console:
sudo yum install gnome-shell-extension-top-notification
sudo yum install gnome-shell-extension-panel-osd
## Generic (Local installation)
@ -41,8 +45,8 @@ Make sure you have the following dependencies installed:
Run the following commands:
cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-top-notification.git
cd ~/gnome-shell-extension-top-notification
cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-panel-osd.git
cd ~/gnome-shell-extension-panel-osd
./autogen.sh && make local-install
----
@ -60,10 +64,10 @@ Copyright (C) 2011 - 2014
* Berend De Schouwer,
* Jens Lody <jens@jenslody.de>.
This file is part of *gnome-shell-extension-top-notification*.
This file is part of *gnome-shell-extension-panel-osd*.
*gnome-shell-extension-top-notification* 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.
*gnome-shell-extension-panel-osd* 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.
*gnome-shell-extension-top-notification* 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.
*gnome-shell-extension-panel-osd* 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 *gnome-shell-extension-top-notification*. If not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *gnome-shell-extension-panel-osd*. If not, see <http://www.gnu.org/licenses/>.

@ -4,7 +4,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="gnome-shell-extension-top-notification"
PKG_NAME="gnome-shell-extension-panel-osd"
touch ChangeLog

@ -1,6 +1,6 @@
AC_PREREQ(2.63)
dnl be carefull, the version needs to be in sync with your gnome shell version
AC_INIT([gnome-shell-extension-top-notification],[1.1],[https://github.com/jenslody/gnome-shell-extension-weather/issues])
AC_INIT([gnome-shell-extension-panel-osd],[1.1],[https://github.com/jenslody/gnome-shell-extension-panel-osd/issues])
AC_CONFIG_AUX_DIR([config])
@ -34,7 +34,7 @@ AC_ARG_WITH([local-install],
AC_SUBST(use_local_install)
AM_CONDITIONAL(LOCAL_INSTALL, test "x${use_local_install}" == "xyes")
extensiontopdir=${datadir}/gnome-shell/extensions/top-notification-extension@jenslody.de
extensiontopdir=${datadir}/gnome-shell/extensions/panel-osd-extension@jenslody.de
dnl This is beyond ugly. Suggestions accepted.
if test "x${use_local_install}" == "xyes"; then

@ -1,9 +1,9 @@
extensionurl = https://github.com/jenslody/gnome-shell-extension-top-notification
extensionurl = https://github.com/jenslody/gnome-shell-extension-panel-osd
# Change these to modify how installation is performed
topextensiondir = $(datadir)/gnome-shell/extensions
uuid = top-notification-extension@jenslody.de
uuid = panel-osd@berend.de.schouwer.gmail.com
extensiondir = $(topextensiondir)/$(uuid)

Before

Width:  |  Height:  |  Size: 534 B

After

Width:  |  Height:  |  Size: 534 B

@ -1,6 +1,6 @@
{
"uuid": "@uuid@",
"name": "Top Notification",
"name": "Panel OSD",
"description": "Place shell notifications under the panel instead of above the message-tray",
"shell-version": [ "3.6", "3.8", "3.10" ],
"localedir": "@LOCALEDIR@",

@ -2,12 +2,12 @@
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="gnome-shell-extension-top-notification" />
<Option title="gnome-shell-extension-panel-osd" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="extension">
<Option output="bin/Debug/gnome-shell-extension-weather" prefix_auto="1" extension_auto="1" />
<Option output="bin/Debug/gnome-shell-extension-panel-osd" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
@ -28,11 +28,11 @@
<Unit filename="autogen.sh" />
<Unit filename="configure.ac" />
<Unit filename="data/Makefile.am" />
<Unit filename="data/PanelOSD.png" />
<Unit filename="data/Screenshot.jpg" />
<Unit filename="data/TopNotification.png" />
<Unit filename="data/metadata.json.in" />
<Unit filename="data/stylesheet.css" />
<Unit filename="gnome-shell-extension-top-notification.spec" />
<Unit filename="gnome-shell-extension-panel-osd.spec" />
<Unit filename="src/Makefile.am" />
<Unit filename="src/extension.js" />
<Unit filename="update_revision.sh" />

@ -1,24 +1,26 @@
%global git 2740ca9
%global uuid top-notification-extension@jenslody.de
%global github jenslody-gnome-shell-extension-top-notification
%global uuid panel-osd@berend.de.schouwer.gmail.com
%global github jenslody-gnome-shell-extension-panel-osd
%global checkout git%{git}
Name: gnome-shell-extension-top-notification
Name: gnome-shell-extension-panel-osd
Version: 0
Release: 0.1.%{checkout}%{?dist}
Summary: An extension to show the notification messages below the top-panel instead of above the message tray
Group: User Interface/Desktops
License: GPLv3+
URL: https://github.com/jenslody/gnome-shell-extension-top-notification
Source0: https://github.com/jenslody/gnome-shell-extension-top-notification/tarball/master/%{github}-%{git}.tar.gz
URL: https://github.com/jenslody/gnome-shell-extension-panel-osd
Source0: https://github.com/jenslody/gnome-shell-extension-panel-osd/tarball/master/%{github}-%{git}.tar.gz
BuildArch: noarch
BuildRequires: autoconf >= 2.53, automake >= 1.9, gnome-common >= 3.6.0
Requires: gnome-shell >= 3.6.0
Obsoletes: gnome-shell-extension-top-notification
%description
gnome-shell-extension-top-notification is an extension to show the notification
gnome-shell-extension-panel-osd is an extension to show the notification
messages below the top-panel instead of above the message tray
%prep
@ -38,5 +40,5 @@ make install DESTDIR=%{buildroot}
%changelog
* Sun Jan 26 2014 Jens Lody <jens@jenslody.de>
- Initial package for Fedora of the top-notification-extension fork
- Initial package for Fedora of the panel-osd-extension fork

@ -1,7 +1,7 @@
# Change these to modify how installation is performed
topextensiondir = $(datadir)/gnome-shell/extensions
uuid = top-notification-extension@jenslody.de
uuid = panel-osd@berend.de.schouwer.gmail.com
extensiondir = $(topextensiondir)/$(uuid)

@ -1,10 +1,10 @@
#!/bin/sh
GITHUB="jenslody-gnome-shell-extension-top-notification"
BASE_URL="https://github.com/jenslody/gnome-shell-extension-top-notification/tarball/master/"
GITHUB="jenslody-gnome-shell-extension-panel-osd"
BASE_URL="https://github.com/jenslody/gnome-shell-extension-panel-osd/tarball/master/"
TARBALL_PATH="/home/jens/rpmbuild/SOURCES/"
SPEC_PATH="/home/jens/rpmbuild/SPECS/"
SPEC_FILE="gnome-shell-extension-top-notification.spec"
SPEC_FILE="gnome-shell-extension-panel-osd.spec"
SCRIPT_DIR=`dirname "$0"`
#echo "x${SCRIPT_DIR}x"

Loading…
Cancel
Save